#D5CCE4

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

Shades of Fog #D5CCE4

Tints of Fog #D5CCE4

Color information

#D5CCE4 (or 0xD5CCE4) is unknown color: approx Fog. HEX triplet: D5, CC and E4. RGB value is (213,204,228). Sum of RGB (Red+Green+Blue) = 213+204+228=645 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.02% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 228 (89.45% from 255 or 35.35% from 645); Max value from RGB is 228 - color contains mainly: blue. Hex color #D5CCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CCE4 is #2A331B. Grayscale: #D1D1D1. Windows color (decimal): -2765596 or 14994645. OLE color: 14994645.

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

Color convert

RGB213204228-
CMYK0.070.1100.11
HSL262.5º30.77%84.71%-
HSV(B)262.5º10.53%89.41%-
XYZ63.0462.9382.22-
YUV209.43138.48130.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.02%
GREEN value IS 204 (80.08% from 255) = 31.63%
BLUE value IS 228 (89.45% from 255) = 35.35%
R=33.02%
G=31.63%
B=35.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2132042280.070.1100.11262.530.7784.71
HexD5CCE47B0B1061f55
Octal32531434471301340637125
Binary110101011100110011100100111101101011100000110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CCE4; }

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

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

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

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

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

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

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

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