#D3CBDD

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

Shades of Fog #D3CBDD

Tints of Fog #D3CBDD

Color information

#D3CBDD (or 0xD3CBDD) is unknown color: approx Fog. HEX triplet: D3, CB and DD. RGB value is (211,203,221). Sum of RGB (Red+Green+Blue) = 211+203+221=635 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.23% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 221 - color contains mainly: blue. Hex color #D3CBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CBDD is #2C3422. Grayscale: #CFCFCF. Windows color (decimal): -2896931 or 14535635. OLE color: 14535635.

HSL color Cylindrical-coordinate representation of color #D3CBDD: hue angle of 266.67º 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 #D3CBDD is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB211203221-
CMYK0.050.0800.13
HSL266.67º20.93%83.14%-
HSV(B)266.67º8.14%86.67%-
XYZ61.2761.7877.1-
YUV207.44135.65130.54-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.23%
GREEN value IS 203 (79.69% from 255) = 31.97%
BLUE value IS 221 (86.72% from 255) = 34.80%
R=33.23%
G=31.97%
B=34.80%

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
Decimal2112032210.050.0800.13266.6720.9383.14
HexD3CBDD580D10b1553
Octal32331333551001541325123
Binary110100111100101111011101101100001101100001011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CBDD; }

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

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

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

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

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

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

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

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