#D1CBDD

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

Shades of Fog #D1CBDD

Tints of Fog #D1CBDD

Color information

#D1CBDD (or 0xD1CBDD) is unknown color: approx Fog. HEX triplet: D1, CB and DD. RGB value is (209,203,221). Sum of RGB (Red+Green+Blue) = 209+203+221=633 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.02% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 221 - color contains mainly: blue. Hex color #D1CBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CBDD is #2E3422. Grayscale: #CECECE. Windows color (decimal): -3028003 or 14535633. OLE color: 14535633.

HSL color Cylindrical-coordinate representation of color #D1CBDD: hue angle of 260º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D1CBDD is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209203221-
CMYK0.050.0800.13
HSL260º20.93%83.14%-
HSV(B)260º8.14%86.67%-
XYZ60.761.4977.08-
YUV206.85135.99129.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.02%
GREEN value IS 203 (79.69% from 255) = 32.07%
BLUE value IS 221 (86.72% from 255) = 34.91%
R=33.02%
G=32.07%
B=34.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092032210.050.0800.1326020.9383.14
HexD1CBDD580D1041553
Octal32131333551001540425123
Binary110100011100101111011101101100001101100000100101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CBDD; }

 p { color: rgb(209,203,221); }

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

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

 a { background-color: rgb(209,203,221); }

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

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

 span { border-color: rgb(209,203,221); }

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