#D2CCEB

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

Shades of Fog #D2CCEB

Tints of Fog #D2CCEB

Color information

#D2CCEB (or 0xD2CCEB) is unknown color: approx Fog. HEX triplet: D2, CC and EB. RGB value is (210,204,235). Sum of RGB (Red+Green+Blue) = 210+204+235=649 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.36% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2CCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CCEB is #2D3314. Grayscale: #D1D1D1. Windows color (decimal): -2962197 or 15453394. OLE color: 15453394.

HSL color Cylindrical-coordinate representation of color #D2CCEB: hue angle of 251.61º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2CCEB is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB210204235-
CMYK0.110.1300.08
HSL251.61º43.66%86.08%-
HSV(B)251.61º13.19%92.16%-
XYZ63.1762.8987.41-
YUV209.33142.49128.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.36%
GREEN value IS 204 (80.08% from 255) = 31.43%
BLUE value IS 235 (92.19% from 255) = 36.21%
R=32.36%
G=31.43%
B=36.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102042350.110.1300.08251.6143.6686.08
HexD2CCEBBD08fc2c56
Octal322314353131501037454126
Binary1101001011001100111010111011110101000111111001011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CCEB; }

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

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

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

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

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

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

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

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