#D6D0E7

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

Shades of Fog #D6D0E7

Tints of Fog #D6D0E7

Color information

#D6D0E7 (or 0xD6D0E7) is unknown color: approx Fog. HEX triplet: D6, D0 and E7. RGB value is (214,208,231). Sum of RGB (Red+Green+Blue) = 214+208+231=653 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.77% from 653); Green value is 208 (81.64% from 255 or 31.85% from 653); Blue value is 231 (90.62% from 255 or 35.38% from 653); Max value from RGB is 231 - color contains mainly: blue. Hex color #D6D0E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D0E7 is #292F18. Grayscale: #D4D4D4. Windows color (decimal): -2699033 or 15192278. OLE color: 15192278.

HSL color Cylindrical-coordinate representation of color #D6D0E7: hue angle of 255.65º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6D0E7 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB214208231-
CMYK0.070.1000.09
HSL255.65º32.39%86.08%-
HSV(B)255.65º9.96%90.59%-
XYZ64.7165.1884.77-
YUV212.42138.49129.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.77%
GREEN value IS 208 (81.64% from 255) = 31.85%
BLUE value IS 231 (90.62% from 255) = 35.38%
R=32.77%
G=31.85%
B=35.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2142082310.070.1000.09255.6532.3986.08
HexD6D0E77A091002056
Octal32632034771201140040126
Binary1101011011010000111001111111010010011000000001000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D0E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D0E7; }

 p { color: rgb(214,208,231); }

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

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

 a { background-color: rgb(214,208,231); }

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

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

 span { border-color: rgb(214,208,231); }

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