Color Hex Logo

#dbcef1 Color Hex

#DBCEF1
(219,206,241)
0 Favorites   0 Comments

Color spaces of #dbcef1

RGB 219206241
HSL0.730.560.88
HSV262°15°95°
CMYK 0.090.150.00   0.05
XYZ67.161965.553692.3324
Yxy65.55360.29840.2913
Hunter Lab80.96526.3795-10.9385
CIE-Lab84.768211.0010-15.5664

#dbcef1 color RGB value is (219,206,241).

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

The process color (four color CMYK) of #dbcef1 color hex is 0.09, 0.15, 0.00, 0.05. Web safe color of #dbcef1 is #ccccff. Color #dbcef1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001110 11110001
Octal 333 316 361
Decimal 219 206 241
Hex DB CE F1

RGB Percentages of Color #dbcef1

%32.88
%30.93
%36.19

CMYK Percentages of Color #dbcef1

%9
%15
%0
%5

Triadic Colors of #dbcef1

#dbcef1 #f1dbce #cef1db

Analogous Colors of #dbcef1

#dbcef1 #edcef1 #ced3f1

Monochromatic Colors of #dbcef1

#dbcef1

Complementary Color

#dbcef1 #e4f1ce

#dbcef1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcef1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcef1 Color CSS Codes

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

#dbcef1 Text Font Color

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

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


#dbcef1 Background Color

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

This div background color is #dbcef1


#dbcef1 Border Color

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

This div border color is #dbcef1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcef1


Comments

No comments written yet.

Please login to write comment.