#D8CCE4

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

Shades of Fog #D8CCE4

Tints of Fog #D8CCE4

Color information

#D8CCE4 (or 0xD8CCE4) is unknown color: approx Fog. HEX triplet: D8, CC and E4. RGB value is (216,204,228). Sum of RGB (Red+Green+Blue) = 216+204+228=648 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.33% from 648); Green value is 204 (80.08% from 255 or 31.48% from 648); Blue value is 228 (89.45% from 255 or 35.19% from 648); Max value from RGB is 228 - color contains mainly: blue. Hex color #D8CCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CCE4 is #27331B. Grayscale: #D2D2D2. Windows color (decimal): -2568988 or 14994648. OLE color: 14994648.

HSL color Cylindrical-coordinate representation of color #D8CCE4: hue angle of 270º 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 #D8CCE4 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB216204228-
CMYK0.050.1100.11
HSL270º30.77%84.71%-
HSV(B)270º10.53%89.41%-
XYZ63.9263.3982.26-
YUV210.32137.98132.05-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.33%
GREEN value IS 204 (80.08% from 255) = 31.48%
BLUE value IS 228 (89.45% from 255) = 35.19%
R=33.33%
G=31.48%
B=35.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2162042280.050.1100.1127030.7784.71
HexD8CCE45B0B10e1f55
Octal33031434451301341637125
Binary110110001100110011100100101101101011100001110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CCE4; }

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

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

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

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

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

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

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

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