#D0CBDA

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

Shades of Fog #D0CBDA

Tints of Fog #D0CBDA

Color information

#D0CBDA (or 0xD0CBDA) is unknown color: approx Fog. HEX triplet: D0, CB and DA. RGB value is (208,203,218). Sum of RGB (Red+Green+Blue) = 208+203+218=629 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.07% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 218 - color contains mainly: blue. Hex color #D0CBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CBDA is #2F3425. Grayscale: #CECECE. Windows color (decimal): -3093542 or 14339024. OLE color: 14339024.

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

Color convert

RGB208203218-
CMYK0.050.0700.15
HSL260º16.85%82.55%-
HSV(B)260º6.88%85.49%-
XYZ60.0261.1874.98-
YUV206.2134.66129.28-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.07%
GREEN value IS 203 (79.69% from 255) = 32.27%
BLUE value IS 218 (85.55% from 255) = 34.66%
R=33.07%
G=32.27%
B=34.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2082032180.050.0700.1526016.8582.55
HexD0CBDA570F1041153
Octal3203133325701740421123
Binary11010000110010111101101010111101111100000100100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CBDA; }

 p { color: rgb(208,203,218); }

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

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

 a { background-color: rgb(208,203,218); }

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

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

 span { border-color: rgb(208,203,218); }

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