#DBCEE9

Color #DBCEE9 Fog (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fog #DBCEE9

Tints of Fog #DBCEE9

Color information

#DBCEE9 (or 0xDBCEE9) is unknown color: approx Fog. HEX triplet: DB, CE and E9. RGB value is (219,206,233). Sum of RGB (Red+Green+Blue) = 219+206+233=658 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.28% from 658); Green value is 206 (80.86% from 255 or 31.31% from 658); Blue value is 233 (91.41% from 255 or 35.41% from 658); Max value from RGB is 233 - color contains mainly: blue. Hex color #DBCEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCEE9 is #243116. Grayscale: #D4D4D4. Windows color (decimal): -2371863 or 15322843. OLE color: 15322843.

HSL color Cylindrical-coordinate representation of color #DBCEE9: hue angle of 268.89º degrees, saturation: 0.38, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBCEE9 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB219206233-
CMYK0.060.1200.09
HSL268.89º38.03%86.08%-
HSV(B)268.89º11.59%91.37%-
XYZ65.9965.0986.18-
YUV212.96139.31132.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 33.28%
GREEN value IS 206 (80.86% from 255) = 31.31%
BLUE value IS 233 (91.41% from 255) = 35.41%
R=33.28%
G=31.31%
B=35.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192062330.060.1200.09268.8938.0386.08
HexDBCEE96C0910d2656
Octal33331635161401141546126
Binary1101101111001110111010011101100010011000011011001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCEE9; }

 p { color: rgb(219,206,233); }

 H1.HeaderClassName
 {
   color: #DBCEE9;
 }
 .AnyTagClassName
 {
   color: #DBCEE9;
 }
</style>
background-color css

<style>
 a { background-color: #DBCEE9; }

 a { background-color: rgb(219,206,233); }

 div.DivClassName
 {
   background-color: #DBCEE9;
 }
 .BgClassName
 {
   background-color: #DBCEE9;
 }
</style>
border-color css

<style>
 span { border-color: #DBCEE9; }

 span { border-color: rgb(219,206,233); }

 td.TdClassName
 {
   border-color: #DBCEE9;
 }
 .TagClassName
 {
   border-color: #DBCEE9;
 }
</style>