#D9DEC1

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

Shades of Frost #D9DEC1

Tints of Frost #D9DEC1

Color information

#D9DEC1 (or 0xD9DEC1) is unknown color: approx Frost. HEX triplet: D9, DE and C1. RGB value is (217,222,193). Sum of RGB (Red+Green+Blue) = 217+222+193=632 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.34% from 632); Green value is 222 (87.11% from 255 or 35.13% from 632); Blue value is 193 (75.78% from 255 or 30.54% from 632); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DEC1 is #26213E. Grayscale: #D9D9D9. Windows color (decimal): -2498879 or 12705497. OLE color: 12705497.

HSL color Cylindrical-coordinate representation of color #D9DEC1: hue angle of 70.34º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9DEC1 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB217222193-
CMYK0.0200.130.13
HSL70.34º30.53%81.37%-
HSV(B)70.34º13.06%87.06%-
XYZ64.3670.8460.73-
YUV217.2114.34127.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.34%
GREEN value IS 222 (87.11% from 255) = 35.13%
BLUE value IS 193 (75.78% from 255) = 30.54%
R=34.34%
G=35.13%
B=30.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172221930.0200.130.1370.3430.5381.37
HexD9DEC120DD461f51
Octal33133630120151510637121
Binary110110011101111011000001100110111011000110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DEC1; }

 p { color: rgb(217,222,193); }

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

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

 a { background-color: rgb(217,222,193); }

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

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

 span { border-color: rgb(217,222,193); }

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