#D5CCE0

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

Shades of Fog #D5CCE0

Tints of Fog #D5CCE0

Color information

#D5CCE0 (or 0xD5CCE0) is unknown color: approx Fog. HEX triplet: D5, CC and E0. RGB value is (213,204,224). Sum of RGB (Red+Green+Blue) = 213+204+224=641 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.23% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 224 (87.89% from 255 or 34.95% from 641); Max value from RGB is 224 - color contains mainly: blue. Hex color #D5CCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CCE0 is #2A331F. Grayscale: #D0D0D0. Windows color (decimal): -2765600 or 14732501. OLE color: 14732501.

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

Color convert

RGB213204224-
CMYK0.050.0900.12
HSL267º24.39%83.92%-
HSV(B)267º8.93%87.84%-
XYZ62.4962.7179.33-
YUV208.97136.48130.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.23%
GREEN value IS 204 (80.08% from 255) = 31.83%
BLUE value IS 224 (87.89% from 255) = 34.95%
R=33.23%
G=31.83%
B=34.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2132042240.050.0900.1226724.3983.92
HexD5CCE0590C10b1854
Octal32531434051101441330124
Binary110101011100110011100000101100101100100001011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CCE0; }

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

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

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

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

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

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

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

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