#D2C7E6

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

Shades of Fog #D2C7E6

Tints of Fog #D2C7E6

Color information

#D2C7E6 (or 0xD2C7E6) is unknown color: approx Fog. HEX triplet: D2, C7 and E6. RGB value is (210,199,230). Sum of RGB (Red+Green+Blue) = 210+199+230=639 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.86% from 639); Green value is 199 (78.12% from 255 or 31.14% from 639); Blue value is 230 (90.23% from 255 or 35.99% from 639); Max value from RGB is 230 - color contains mainly: blue. Hex color #D2C7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C7E6 is #2D3819. Grayscale: #CDCDCD. Windows color (decimal): -2963482 or 15124434. OLE color: 15124434.

HSL color Cylindrical-coordinate representation of color #D2C7E6: hue angle of 261.29º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2C7E6 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB210199230-
CMYK0.090.1300.10
HSL261.29º38.27%84.12%-
HSV(B)261.29º13.48%90.2%-
XYZ61.2860.2683.26-
YUV205.82141.64130.98-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.86%
GREEN value IS 199 (78.12% from 255) = 31.14%
BLUE value IS 230 (90.23% from 255) = 35.99%
R=32.86%
G=31.14%
B=35.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2101992300.090.1300.10261.2938.2784.12
HexD2C7E69D0A1052654
Octal322307346111501240546124
Binary11010010110001111110011010011101010101000001011001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C7E6; }

 p { color: rgb(210,199,230); }

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

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

 a { background-color: rgb(210,199,230); }

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

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

 span { border-color: rgb(210,199,230); }

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