Color Hex Logo

#dbceed Color Hex

#DBCEED
(219,206,237)
0 Favorites   0 Comments

Color spaces of #dbceed

RGB 219206237
HSL0.740.460.87
HSV265°13°93°
CMYK 0.080.130.00   0.07
XYZ66.570865.317189.2196
Yxy65.31710.30110.2954
Hunter Lab80.81905.5976-8.8795
CIE-Lab84.646910.2136-13.6239

#dbceed color RGB value is (219,206,237).

#dbceed hex color red value is 219, green value is 206 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dbceed hue: 0.74 , saturation: 0.46 and the lightness value of dbceed is 0.87.

The process color (four color CMYK) of #dbceed color hex is 0.08, 0.13, 0.00, 0.07. Web safe color of #dbceed is #ccccff. Color #dbceed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001110 11101101
Octal 333 316 355
Decimal 219 206 237
Hex DB CE ED

RGB Percentages of Color #dbceed

%33.08
%31.12
%35.80

CMYK Percentages of Color #dbceed

%8
%13
%0
%7

Triadic Colors of #dbceed

#dbceed #eddbce #ceeddb

Analogous Colors of #dbceed

#dbceed #ebceed #ced1ed

Monochromatic Colors of #dbceed

#dbceed

Complementary Color

#dbceed #e0edce

#dbceed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbceed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbceed Color CSS Codes

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

#dbceed Text Font Color

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

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


#dbceed Background Color

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

This div background color is #dbceed


#dbceed Border Color

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

This div border color is #dbceed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbceed


Comments

No comments written yet.

Please login to write comment.