#D9CBE7

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

Shades of Fog #D9CBE7

Tints of Fog #D9CBE7

Color information

#D9CBE7 (or 0xD9CBE7) is unknown color: approx Fog. HEX triplet: D9, CB and E7. RGB value is (217,203,231). Sum of RGB (Red+Green+Blue) = 217+203+231=651 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.33% from 651); Green value is 203 (79.69% from 255 or 31.18% from 651); Blue value is 231 (90.62% from 255 or 35.48% from 651); Max value from RGB is 231 - color contains mainly: blue. Hex color #D9CBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CBE7 is #263418. Grayscale: #D2D2D2. Windows color (decimal): -2503705 or 15191001. OLE color: 15191001.

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

Color convert

RGB217203231-
CMYK0.060.1200.09
HSL270º36.84%85.1%-
HSV(B)270º12.12%90.59%-
XYZ64.463.2384.41-
YUV210.38139.64132.72-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.33%
GREEN value IS 203 (79.69% from 255) = 31.18%
BLUE value IS 231 (90.62% from 255) = 35.48%
R=33.33%
G=31.18%
B=35.48%

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
Decimal2172032310.060.1200.0927036.8485.1
HexD9CBE76C0910e2555
Octal33131334761401141645125
Binary1101100111001011111001111101100010011000011101001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CBE7; }

 p { color: rgb(217,203,231); }

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

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

 a { background-color: rgb(217,203,231); }

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

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

 span { border-color: rgb(217,203,231); }

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