#D2CCE7

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

Shades of Fog #D2CCE7

Tints of Fog #D2CCE7

Color information

#D2CCE7 (or 0xD2CCE7) is unknown color: approx Fog. HEX triplet: D2, CC and E7. RGB value is (210,204,231). Sum of RGB (Red+Green+Blue) = 210+204+231=645 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.56% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 231 (90.62% from 255 or 35.81% from 645); Max value from RGB is 231 - color contains mainly: blue. Hex color #D2CCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CCE7 is #2D3318. Grayscale: #D0D0D0. Windows color (decimal): -2962201 or 15191250. OLE color: 15191250.

HSL color Cylindrical-coordinate representation of color #D2CCE7: hue angle of 253.33º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2CCE7 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB210204231-
CMYK0.090.1200.09
HSL253.33º36%85.29%-
HSV(B)253.33º11.69%90.59%-
XYZ62.662.6684.4-
YUV208.87140.49128.8-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.56%
GREEN value IS 204 (80.08% from 255) = 31.63%
BLUE value IS 231 (90.62% from 255) = 35.81%
R=32.56%
G=31.63%
B=35.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2102042310.090.1200.09253.333685.29
HexD2CCE79C09fd2455
Octal322314347111401137544125
Binary1101001011001100111001111001110001001111111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CCE7; }

 p { color: rgb(210,204,231); }

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

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

 a { background-color: rgb(210,204,231); }

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

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

 span { border-color: rgb(210,204,231); }

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