#D9E0C1

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

Shades of Frost #D9E0C1

Tints of Frost #D9E0C1

Color information

#D9E0C1 (or 0xD9E0C1) is unknown color: approx Frost. HEX triplet: D9, E0 and C1. RGB value is (217,224,193). Sum of RGB (Red+Green+Blue) = 217+224+193=634 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.23% from 634); Green value is 224 (87.89% from 255 or 35.33% from 634); Blue value is 193 (75.78% from 255 or 30.44% from 634); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E0C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E0C1 is #261F3E. Grayscale: #DADADA. Windows color (decimal): -2498367 or 12706009. OLE color: 12706009.

HSL color Cylindrical-coordinate representation of color #D9E0C1: hue angle of 73.55º degrees, saturation: 0.33, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9E0C1 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB217224193-
CMYK0.0300.140.12
HSL73.55º33.33%81.76%-
HSV(B)73.55º13.84%87.84%-
XYZ64.971.9160.91-
YUV218.37113.68127.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.23%
GREEN value IS 224 (87.89% from 255) = 35.33%
BLUE value IS 193 (75.78% from 255) = 30.44%
R=34.23%
G=35.33%
B=30.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2172241930.0300.140.1273.5533.3381.76
HexD9E0C130EC4a2152
Octal33134030130161411241122
Binary1101100111100000110000011101110110010010101000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E0C1; }

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

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

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

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

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

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

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

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