#D2CCE9

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

Shades of Fog #D2CCE9

Tints of Fog #D2CCE9

Color information

#D2CCE9 (or 0xD2CCE9) is unknown color: approx Fog. HEX triplet: D2, CC and E9. RGB value is (210,204,233). Sum of RGB (Red+Green+Blue) = 210+204+233=647 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.46% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 233 (91.41% from 255 or 36.01% from 647); Max value from RGB is 233 - color contains mainly: blue. Hex color #D2CCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CCE9 is #2D3316. Grayscale: #D0D0D0. Windows color (decimal): -2962199 or 15322322. OLE color: 15322322.

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

Color convert

RGB210204233-
CMYK0.100.1200.09
HSL252.41º39.73%85.69%-
HSV(B)252.41º12.45%91.37%-
XYZ62.8862.7785.89-
YUV209.1141.49128.64-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.46%
GREEN value IS 204 (80.08% from 255) = 31.53%
BLUE value IS 233 (91.41% from 255) = 36.01%
R=32.46%
G=31.53%
B=36.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2102042330.100.1200.09252.4139.7385.69
HexD2CCE9AC09fc2856
Octal322314351121401137450126
Binary1101001011001100111010011010110001001111111001010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CCE9; }

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

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

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

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

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

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

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

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