Color Hex Logo

#dbcfe5 Color Hex

#DBCFE5
(219,207,229)
0 Favorites   0 Comments

Color spaces of #dbcfe5

RGB 219207229
HSL0.760.300.85
HSV273°10°90°
CMYK 0.040.100.00   0.10
XYZ65.669165.342983.2800
Yxy65.34290.30640.3049
Hunter Lab80.83503.5495-4.4989
CIE-Lab84.66018.1425-9.3522

#dbcfe5 color RGB value is (219,207,229).

#dbcfe5 hex color red value is 219, green value is 207 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #dbcfe5 hue: 0.76 , saturation: 0.30 and the lightness value of dbcfe5 is 0.85.

The process color (four color CMYK) of #dbcfe5 color hex is 0.04, 0.10, 0.00, 0.10. Web safe color of #dbcfe5 is #cccccc. Color #dbcfe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001111 11100101
Octal 333 317 345
Decimal 219 207 229
Hex DB CF E5

RGB Percentages of Color #dbcfe5

%33.44
%31.60
%34.96

CMYK Percentages of Color #dbcfe5

%4
%10
%0
%10

Triadic Colors of #dbcfe5

#dbcfe5 #e5dbcf #cfe5db

Analogous Colors of #dbcfe5

#dbcfe5 #e5cfe4 #d0cfe5

Monochromatic Colors of #dbcfe5

#dbcfe5

Complementary Color

#dbcfe5 #d9e5cf

#dbcfe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcfe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcfe5 Color CSS Codes

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

#dbcfe5 Text Font Color

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

This sample text font color is #dbcfe5
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.


#dbcfe5 Background Color

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

This div background color is #dbcfe5


#dbcfe5 Border Color

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

This div border color is #dbcfe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcfe5


Comments

No comments written yet.

Please login to write comment.