#D5C9DF

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

Shades of Fog #D5C9DF

Tints of Fog #D5C9DF

Color information

#D5C9DF (or 0xD5C9DF) is unknown color: approx Fog. HEX triplet: D5, C9 and DF. RGB value is (213,201,223). Sum of RGB (Red+Green+Blue) = 213+201+223=637 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.44% from 637); Green value is 201 (78.91% from 255 or 31.55% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 223 - color contains mainly: blue. Hex color #D5C9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C9DF is #2A3620. Grayscale: #CFCFCF. Windows color (decimal): -2766369 or 14666197. OLE color: 14666197.

HSL color Cylindrical-coordinate representation of color #D5C9DF: hue angle of 272.73º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5C9DF is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB213201223-
CMYK0.040.1000.13
HSL272.73º25.58%83.14%-
HSV(B)272.73º9.87%87.45%-
XYZ61.6561.2578.38-
YUV207.1136.98132.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.44%
GREEN value IS 201 (78.91% from 255) = 31.55%
BLUE value IS 223 (87.5% from 255) = 35.01%
R=33.44%
G=31.55%
B=35.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132012230.040.1000.13272.7325.5883.14
HexD5C9DF4A0D1111a53
Octal32531133741201542132123
Binary110101011100100111011111100101001101100010001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C9DF; }

 p { color: rgb(213,201,223); }

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

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

 a { background-color: rgb(213,201,223); }

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

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

 span { border-color: rgb(213,201,223); }

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