#D9CCE4

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

Shades of Fog #D9CCE4

Tints of Fog #D9CCE4

Color information

#D9CCE4 (or 0xD9CCE4) is unknown color: approx Fog. HEX triplet: D9, CC and E4. RGB value is (217,204,228). Sum of RGB (Red+Green+Blue) = 217+204+228=649 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.44% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 228 (89.45% from 255 or 35.13% from 649); Max value from RGB is 228 - color contains mainly: blue. Hex color #D9CCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CCE4 is #26331B. Grayscale: #D2D2D2. Windows color (decimal): -2503452 or 14994649. OLE color: 14994649.

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

Color convert

RGB217204228-
CMYK0.050.1100.11
HSL272.5º30.77%84.71%-
HSV(B)272.5º10.53%89.41%-
XYZ64.2163.5482.28-
YUV210.62137.81132.55-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.44%
GREEN value IS 204 (80.08% from 255) = 31.43%
BLUE value IS 228 (89.45% from 255) = 35.13%
R=33.44%
G=31.43%
B=35.13%

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
Decimal2172042280.050.1100.11272.530.7784.71
HexD9CCE45B0B1101f55
Octal33131434451301342037125
Binary110110011100110011100100101101101011100010000111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CCE4; }

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

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

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

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

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

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

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

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