#D6CCE0

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

Shades of Fog #D6CCE0

Tints of Fog #D6CCE0

Color information

#D6CCE0 (or 0xD6CCE0) is unknown color: approx Fog. HEX triplet: D6, CC and E0. RGB value is (214,204,224). Sum of RGB (Red+Green+Blue) = 214+204+224=642 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.33% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 224 (87.89% from 255 or 34.89% from 642); Max value from RGB is 224 - color contains mainly: blue. Hex color #D6CCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCE0 is #29331F. Grayscale: #D1D1D1. Windows color (decimal): -2700064 or 14732502. OLE color: 14732502.

HSL color Cylindrical-coordinate representation of color #D6CCE0: hue angle of 270º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6CCE0 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB214204224-
CMYK0.040.0900.12
HSL270º24.39%83.92%-
HSV(B)270º8.93%87.84%-
XYZ62.7862.8679.35-
YUV209.27136.31131.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.33%
GREEN value IS 204 (80.08% from 255) = 31.78%
BLUE value IS 224 (87.89% from 255) = 34.89%
R=33.33%
G=31.78%
B=34.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2142042240.040.0900.1227024.3983.92
HexD6CCE0490C10e1854
Octal32631434041101441630124
Binary110101101100110011100000100100101100100001110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CCE0; }

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

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

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

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

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

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

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

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