#D5CCE1

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

Shades of Fog #D5CCE1

Tints of Fog #D5CCE1

Color information

#D5CCE1 (or 0xD5CCE1) is unknown color: approx Fog. HEX triplet: D5, CC and E1. RGB value is (213,204,225). Sum of RGB (Red+Green+Blue) = 213+204+225=642 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.18% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 225 (88.28% from 255 or 35.05% from 642); Max value from RGB is 225 - color contains mainly: blue. Hex color #D5CCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CCE1 is #2A331E. Grayscale: #D1D1D1. Windows color (decimal): -2765599 or 14798037. OLE color: 14798037.

HSL color Cylindrical-coordinate representation of color #D5CCE1: hue angle of 265.71º degrees, saturation: 0.26, 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 #D5CCE1 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB213204225-
CMYK0.050.0900.12
HSL265.71º25.93%84.12%-
HSV(B)265.71º9.33%88.24%-
XYZ62.6262.7780.05-
YUV209.08136.98130.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.18%
GREEN value IS 204 (80.08% from 255) = 31.78%
BLUE value IS 225 (88.28% from 255) = 35.05%
R=33.18%
G=31.78%
B=35.05%

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
Decimal2132042250.050.0900.12265.7125.9384.12
HexD5CCE1590C10a1a54
Octal32531434151101441232124
Binary110101011100110011100001101100101100100001010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CCE1; }

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

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

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

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

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

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

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

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