#D9CBF9

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

Shades of Fog #D9CBF9

Tints of Fog #D9CBF9

Color information

#D9CBF9 (or 0xD9CBF9) is unknown color: approx Fog. HEX triplet: D9, CB and F9. RGB value is (217,203,249). Sum of RGB (Red+Green+Blue) = 217+203+249=669 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.44% from 669); Green value is 203 (79.69% from 255 or 30.34% from 669); Blue value is 249 (97.66% from 255 or 37.22% from 669); Max value from RGB is 249 - color contains mainly: blue. Hex color #D9CBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CBF9 is #263406. Grayscale: #D4D4D4. Windows color (decimal): -2503687 or 16370649. OLE color: 16370649.

HSL color Cylindrical-coordinate representation of color #D9CBF9: hue angle of 258.26º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9CBF9 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB217203249-
CMYK0.130.1800.02
HSL258.26º79.31%88.63%-
HSV(B)258.26º18.47%97.65%-
XYZ67.0764.398.5-
YUV212.43148.64131.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.44%
GREEN value IS 203 (79.69% from 255) = 30.34%
BLUE value IS 249 (97.66% from 255) = 37.22%
R=32.44%
G=30.34%
B=37.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172032490.130.1800.02258.2679.3188.63
HexD9CBF9D12021024f59
Octal331313371152202402117131
Binary11011001110010111111100111011001001010000001010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CBF9; }

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

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

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

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

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

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

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

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