#D2CDE9

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

Shades of Fog #D2CDE9

Tints of Fog #D2CDE9

Color information

#D2CDE9 (or 0xD2CDE9) is unknown color: approx Fog. HEX triplet: D2, CD and E9. RGB value is (210,205,233). Sum of RGB (Red+Green+Blue) = 210+205+233=648 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.41% from 648); Green value is 205 (80.47% from 255 or 31.64% from 648); Blue value is 233 (91.41% from 255 or 35.96% from 648); Max value from RGB is 233 - color contains mainly: blue. Hex color #D2CDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CDE9 is #2D3216. Grayscale: #D1D1D1. Windows color (decimal): -2961943 or 15322578. OLE color: 15322578.

HSL color Cylindrical-coordinate representation of color #D2CDE9: hue angle of 250.71º degrees, saturation: 0.39, 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 #D2CDE9 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB210205233-
CMYK0.100.1200.09
HSL250.71º38.89%85.88%-
HSV(B)250.71º12.02%91.37%-
XYZ63.1263.2585.97-
YUV209.69141.16128.22-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.41%
GREEN value IS 205 (80.47% from 255) = 31.64%
BLUE value IS 233 (91.41% from 255) = 35.96%
R=32.41%
G=31.64%
B=35.96%

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
Decimal2102052330.100.1200.09250.7138.8985.88
HexD2CDE9AC09fb2756
Octal322315351121401137347126
Binary1101001011001101111010011010110001001111110111001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CDE9; }

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

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

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

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

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

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

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

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