#D2CCE4

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

Shades of Fog #D2CCE4

Tints of Fog #D2CCE4

Color information

#D2CCE4 (or 0xD2CCE4) is unknown color: approx Fog. HEX triplet: D2, CC and E4. RGB value is (210,204,228). Sum of RGB (Red+Green+Blue) = 210+204+228=642 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.71% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 228 (89.45% from 255 or 35.51% from 642); Max value from RGB is 228 - color contains mainly: blue. Hex color #D2CCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CCE4 is #2D331B. Grayscale: #D0D0D0. Windows color (decimal): -2962204 or 14994642. OLE color: 14994642.

HSL color Cylindrical-coordinate representation of color #D2CCE4: hue angle of 255º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2CCE4 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB210204228-
CMYK0.080.1100.11
HSL255º30.77%84.71%-
HSV(B)255º10.53%89.41%-
XYZ62.1762.4982.18-
YUV208.53138.99129.05-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.71%
GREEN value IS 204 (80.08% from 255) = 31.78%
BLUE value IS 228 (89.45% from 255) = 35.51%
R=32.71%
G=31.78%
B=35.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2102042280.080.1100.1125530.7784.71
HexD2CCE48B0Bff1f55
Octal322314344101301337737125
Binary110100101100110011100100100010110101111111111111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CCE4; }

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

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

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

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

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

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

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

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