#D5C1E9

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

Shades of Fog #D5C1E9

Tints of Fog #D5C1E9

Color information

#D5C1E9 (or 0xD5C1E9) is unknown color: approx Fog. HEX triplet: D5, C1 and E9. RGB value is (213,193,233). Sum of RGB (Red+Green+Blue) = 213+193+233=639 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.33% from 639); Green value is 193 (75.78% from 255 or 30.20% from 639); Blue value is 233 (91.41% from 255 or 36.46% from 639); Max value from RGB is 233 - color contains mainly: blue. Hex color #D5C1E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C1E9 is #2A3E16. Grayscale: #CBCBCB. Windows color (decimal): -2768407 or 15319509. OLE color: 15319509.

HSL color Cylindrical-coordinate representation of color #D5C1E9: hue angle of 270º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5C1E9 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB213193233-
CMYK0.090.1700.09
HSL270º47.62%83.53%-
HSV(B)270º17.17%91.37%-
XYZ61.2258.1785.09-
YUV203.54144.63134.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.33%
GREEN value IS 193 (75.78% from 255) = 30.20%
BLUE value IS 233 (91.41% from 255) = 36.46%
R=33.33%
G=30.20%
B=36.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2131932330.090.1700.0927047.6283.53
HexD5C1E99110910e3054
Octal325301351112101141660124
Binary110101011100000111101001100110001010011000011101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C1E9; }

 p { color: rgb(213,193,233); }

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

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

 a { background-color: rgb(213,193,233); }

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

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

 span { border-color: rgb(213,193,233); }

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