#D2CEE1

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

Shades of Fog #D2CEE1

Tints of Fog #D2CEE1

Color information

#D2CEE1 (or 0xD2CEE1) is unknown color: approx Fog. HEX triplet: D2, CE and E1. RGB value is (210,206,225). Sum of RGB (Red+Green+Blue) = 210+206+225=641 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.76% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 225 (88.28% from 255 or 35.10% from 641); Max value from RGB is 225 - color contains mainly: blue. Hex color #D2CEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CEE1 is #2D311E. Grayscale: #D1D1D1. Windows color (decimal): -2961695 or 14798546. OLE color: 14798546.

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

Color convert

RGB210206225-
CMYK0.070.0800.12
HSL252.63º24.05%84.51%-
HSV(B)252.63º8.44%88.24%-
XYZ62.2463.2880.17-
YUV209.36136.83128.46-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.76%
GREEN value IS 206 (80.86% from 255) = 32.14%
BLUE value IS 225 (88.28% from 255) = 35.10%
R=32.76%
G=32.14%
B=35.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2102062250.070.0800.12252.6324.0584.51
HexD2CEE1780Cfd1855
Octal32231634171001437530125
Binary11010010110011101110000111110000110011111101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CEE1; }

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

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

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

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

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

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

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

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