#D6C9E0

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

Shades of Fog #D6C9E0

Tints of Fog #D6C9E0

Color information

#D6C9E0 (or 0xD6C9E0) is unknown color: approx Fog. HEX triplet: D6, C9 and E0. RGB value is (214,201,224). Sum of RGB (Red+Green+Blue) = 214+201+224=639 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.49% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 224 (87.89% from 255 or 35.05% from 639); Max value from RGB is 224 - color contains mainly: blue. Hex color #D6C9E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C9E0 is #29361F. Grayscale: #CFCFCF. Windows color (decimal): -2700832 or 14731734. OLE color: 14731734.

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

Color convert

RGB214201224-
CMYK0.040.1000.12
HSL273.91º27.06%83.33%-
HSV(B)273.91º10.27%87.84%-
XYZ62.0761.4579.11-
YUV207.51137.31132.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.49%
GREEN value IS 201 (78.91% from 255) = 31.46%
BLUE value IS 224 (87.89% from 255) = 35.05%
R=33.49%
G=31.46%
B=35.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2142012240.040.1000.12273.9127.0683.33
HexD6C9E04A0C1121b53
Octal32631134041201442233123
Binary110101101100100111100000100101001100100010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C9E0; }

 p { color: rgb(214,201,224); }

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

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

 a { background-color: rgb(214,201,224); }

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

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

 span { border-color: rgb(214,201,224); }

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