#D5C2E9

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

Shades of Fog #D5C2E9

Tints of Fog #D5C2E9

Color information

#D5C2E9 (or 0xD5C2E9) is unknown color: approx Fog. HEX triplet: D5, C2 and E9. RGB value is (213,194,233). Sum of RGB (Red+Green+Blue) = 213+194+233=640 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.28% from 640); Green value is 194 (76.17% from 255 or 30.31% from 640); Blue value is 233 (91.41% from 255 or 36.41% from 640); Max value from RGB is 233 - color contains mainly: blue. Hex color #D5C2E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C2E9 is #2A3D16. Grayscale: #CBCBCB. Windows color (decimal): -2768151 or 15319765. OLE color: 15319765.

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

Color convert

RGB213194233-
CMYK0.090.1700.09
HSL269.23º46.99%83.73%-
HSV(B)269.23º16.74%91.37%-
XYZ61.4458.6185.17-
YUV204.13144.29134.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.28%
GREEN value IS 194 (76.17% from 255) = 30.31%
BLUE value IS 233 (91.41% from 255) = 36.41%
R=33.28%
G=30.31%
B=36.41%

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
Decimal2131942330.090.1700.09269.2346.9983.73
HexD5C2E99110910d2f54
Octal325302351112101141557124
Binary110101011100001011101001100110001010011000011011011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C2E9; }

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

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

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

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

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

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

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

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