#D9CBF0

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

Shades of Fog #D9CBF0

Tints of Fog #D9CBF0

Color information

#D9CBF0 (or 0xD9CBF0) is unknown color: approx Fog. HEX triplet: D9, CB and F0. RGB value is (217,203,240). Sum of RGB (Red+Green+Blue) = 217+203+240=660 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.88% from 660); Green value is 203 (79.69% from 255 or 30.76% from 660); Blue value is 240 (94.14% from 255 or 36.36% from 660); Max value from RGB is 240 - color contains mainly: blue. Hex color #D9CBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CBF0 is #26340F. Grayscale: #D3D3D3. Windows color (decimal): -2503696 or 15780825. OLE color: 15780825.

HSL color Cylindrical-coordinate representation of color #D9CBF0: hue angle of 262.7º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9CBF0 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB217203240-
CMYK0.100.1500.06
HSL262.7º55.22%86.86%-
HSV(B)262.7º15.42%94.12%-
XYZ65.763.7591.28-
YUV211.4144.14131.99-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.88%
GREEN value IS 203 (79.69% from 255) = 30.76%
BLUE value IS 240 (94.14% from 255) = 36.36%
R=32.88%
G=30.76%
B=36.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2172032400.100.1500.06262.755.2286.86
HexD9CBF0AF061073757
Octal33131336012170640767127
Binary1101100111001011111100001010111101101000001111101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CBF0; }

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

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

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

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

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

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

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

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