#D2C7EE

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

Shades of Fog #D2C7EE

Tints of Fog #D2C7EE

Color information

#D2C7EE (or 0xD2C7EE) is unknown color: approx Fog. HEX triplet: D2, C7 and EE. RGB value is (210,199,238). Sum of RGB (Red+Green+Blue) = 210+199+238=647 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.46% from 647); Green value is 199 (78.12% from 255 or 30.76% from 647); Blue value is 238 (93.36% from 255 or 36.79% from 647); Max value from RGB is 238 - color contains mainly: blue. Hex color #D2C7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C7EE is #2D3811. Grayscale: #CECECE. Windows color (decimal): -2963474 or 15648722. OLE color: 15648722.

HSL color Cylindrical-coordinate representation of color #D2C7EE: hue angle of 256.92º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2C7EE is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB210199238-
CMYK0.120.1600.07
HSL256.92º53.42%85.69%-
HSV(B)256.92º16.39%93.33%-
XYZ62.4360.7289.32-
YUV206.74145.64130.33-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.46%
GREEN value IS 199 (78.12% from 255) = 30.76%
BLUE value IS 238 (93.36% from 255) = 36.79%
R=32.46%
G=30.76%
B=36.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2101992380.120.1600.07256.9253.4285.69
HexD2C7EEC10071013556
Octal32230735614200740165126
Binary11010010110001111110111011001000001111000000011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C7EE; }

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

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

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

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

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

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

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

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