#D2CCED

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

Shades of Fog #D2CCED

Tints of Fog #D2CCED

Color information

#D2CCED (or 0xD2CCED) is unknown color: approx Fog. HEX triplet: D2, CC and ED. RGB value is (210,204,237). Sum of RGB (Red+Green+Blue) = 210+204+237=651 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.26% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 237 - color contains mainly: blue. Hex color #D2CCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CCED is #2D3312. Grayscale: #D1D1D1. Windows color (decimal): -2962195 or 15584466. OLE color: 15584466.

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

Color convert

RGB210204237-
CMYK0.110.1400.07
HSL250.91º47.83%86.47%-
HSV(B)250.91º13.92%92.94%-
XYZ63.466388.94-
YUV209.56143.49128.32-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.26%
GREEN value IS 204 (80.08% from 255) = 31.34%
BLUE value IS 237 (92.97% from 255) = 36.41%
R=32.26%
G=31.34%
B=36.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102042370.110.1400.07250.9147.8386.47
HexD2CCEDBE07fb3056
Octal32231435513160737360126
Binary110100101100110011101101101111100111111110111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CCED; }

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

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

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

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

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

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

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

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