Color Hex Logo

#dbcefc Color Hex

#DBCEFC
(219,206,252)
0 Favorites   0 Comments

Color spaces of #dbcefc

RGB 219206252
HSL0.710.880.90
HSV257°18°99°
CMYK 0.130.180.00   0.01
XYZ68.855466.2310101.2502
Yxy66.23100.29130.2802
Hunter Lab81.38248.6046-16.7967
CIE-Lab85.114113.2221-20.8783

#dbcefc color RGB value is (219,206,252).

#dbcefc hex color red value is 219, green value is 206 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #dbcefc hue: 0.71 , saturation: 0.88 and the lightness value of dbcefc is 0.90.

The process color (four color CMYK) of #dbcefc color hex is 0.13, 0.18, 0.00, 0.01. Web safe color of #dbcefc is #ccccff. Color #dbcefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001110 11111100
Octal 333 316 374
Decimal 219 206 252
Hex DB CE FC

RGB Percentages of Color #dbcefc

%32.35
%30.43
%37.22

CMYK Percentages of Color #dbcefc

%13
%18
%0
%1

Triadic Colors of #dbcefc

#dbcefc #fcdbce #cefcdb

Analogous Colors of #dbcefc

#dbcefc #f2cefc #ced8fc

Monochromatic Colors of #dbcefc

#dbcefc

Complementary Color

#dbcefc #effcce

#dbcefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcefc Color CSS Codes

.mybgcolor {background-color:#dbcefc; } 
.myforecolor {color:#dbcefc; }
.mybordercolor {border:3px solid #dbcefc; }

#dbcefc Text Font Color

<p style="color:#dbcefc">Text here</p>

This sample text font color is #dbcefc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dbcefc Background Color

<div style="background-color:#dbcefc">
Div content here</div>

This div background color is #dbcefc


#dbcefc Border Color

<div style="border:3px solid #dbcefc">
Div here</div>

This div border color is #dbcefc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,206,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbcefc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbcefc;
  -webkit-box-shadow: 1px 1px 3px 2px #dbcefc;
  box-shadow:         1px 1px 3px 2px #dbcefc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,206,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbcefc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dbcefc;
  -webkit-box-shadow: 1px 1px 3px 2px #dbcefc;
  box-shadow:         1px 1px 3px 2px #dbcefc;">
Div content here</div>

This div box has shadow with color #dbcefc


Comments

No comments written yet.

Please login to write comment.