#D6C6E1

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

Shades of Fog #D6C6E1

Tints of Fog #D6C6E1

Color information

#D6C6E1 (or 0xD6C6E1) is unknown color: approx Fog. HEX triplet: D6, C6 and E1. RGB value is (214,198,225). Sum of RGB (Red+Green+Blue) = 214+198+225=637 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.59% from 637); Green value is 198 (77.73% from 255 or 31.08% from 637); Blue value is 225 (88.28% from 255 or 35.32% from 637); Max value from RGB is 225 - color contains mainly: blue. Hex color #D6C6E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C6E1 is #29391E. Grayscale: #CDCDCD. Windows color (decimal): -2701599 or 14796502. OLE color: 14796502.

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

Color convert

RGB214198225-
CMYK0.050.1200.12
HSL275.56º31.03%82.94%-
HSV(B)275.56º12%88.24%-
XYZ61.5260.1279.6-
YUV205.86138.8133.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.59%
GREEN value IS 198 (77.73% from 255) = 31.08%
BLUE value IS 225 (88.28% from 255) = 35.32%
R=33.59%
G=31.08%
B=35.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2141982250.050.1200.12275.5631.0382.94
HexD6C6E15C0C1141f53
Octal32630634151401442437123
Binary110101101100011011100001101110001100100010100111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C6E1; }

 p { color: rgb(214,198,225); }

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

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

 a { background-color: rgb(214,198,225); }

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

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

 span { border-color: rgb(214,198,225); }

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