#DBCEE7

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

Shades of Fog #DBCEE7

Tints of Fog #DBCEE7

Color information

#DBCEE7 (or 0xDBCEE7) is unknown color: approx Fog. HEX triplet: DB, CE and E7. RGB value is (219,206,231). Sum of RGB (Red+Green+Blue) = 219+206+231=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 231 (90.62% from 255 or 35.21% from 656); Max value from RGB is 231 - color contains mainly: blue. Hex color #DBCEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCEE7 is #243118. Grayscale: #D4D4D4. Windows color (decimal): -2371865 or 15191771. OLE color: 15191771.

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

Color convert

RGB219206231-
CMYK0.050.1100.09
HSL271.2º34.25%85.69%-
HSV(B)271.2º10.82%90.59%-
XYZ65.7164.9784.68-
YUV212.74138.31132.47-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.38%
GREEN value IS 206 (80.86% from 255) = 31.40%
BLUE value IS 231 (90.62% from 255) = 35.21%
R=33.38%
G=31.40%
B=35.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192062310.050.1100.09271.234.2585.69
HexDBCEE75B0910f2256
Octal33331634751301141742126
Binary1101101111001110111001111011011010011000011111000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCEE7; }

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

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

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

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

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

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

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

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