#D2CDE1

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

Shades of Fog #D2CDE1

Tints of Fog #D2CDE1

Color information

#D2CDE1 (or 0xD2CDE1) is unknown color: approx Fog. HEX triplet: D2, CD and E1. RGB value is (210,205,225). Sum of RGB (Red+Green+Blue) = 210+205+225=640 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.81% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 225 (88.28% from 255 or 35.16% from 640); Max value from RGB is 225 - color contains mainly: blue. Hex color #D2CDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CDE1 is #2D321E. Grayscale: #D0D0D0. Windows color (decimal): -2961951 or 14798290. OLE color: 14798290.

HSL color Cylindrical-coordinate representation of color #D2CDE1: hue angle of 255º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2CDE1 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB210205225-
CMYK0.070.0900.12
HSL255º25%84.31%-
HSV(B)255º8.89%88.24%-
XYZ6262.880.09-
YUV208.78137.16128.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.81%
GREEN value IS 205 (80.47% from 255) = 32.03%
BLUE value IS 225 (88.28% from 255) = 35.16%
R=32.81%
G=32.03%
B=35.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2102052250.070.0900.122552584.31
HexD2CDE1790Cff1954
Octal32231534171101437731124
Binary11010010110011011110000111110010110011111111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CDE1; }

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

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

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

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

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

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

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

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