#D9EDC1

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

Shades of Frostee #D9EDC1

Tints of Frostee #D9EDC1

Color information

#D9EDC1 (or 0xD9EDC1) is unknown color: approx Frostee. HEX triplet: D9, ED and C1. RGB value is (217,237,193). Sum of RGB (Red+Green+Blue) = 217+237+193=647 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.54% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 193 (75.78% from 255 or 29.83% from 647); Max value from RGB is 237 - color contains mainly: green. Hex color #D9EDC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EDC1 is #26123E. Grayscale: #E2E2E2. Windows color (decimal): -2495039 or 12709337. OLE color: 12709337.

HSL color Cylindrical-coordinate representation of color #D9EDC1: hue angle of 87.27º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9EDC1 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB217237193-
CMYK0.0800.190.07
HSL87.27º55%84.31%-
HSV(B)87.27º18.57%92.94%-
XYZ68.5379.1762.12-
YUV226109.37121.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.54%
GREEN value IS 237 (92.97% from 255) = 36.63%
BLUE value IS 193 (75.78% from 255) = 29.83%
R=33.54%
G=36.63%
B=29.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172371930.0800.190.0787.275584.31
HexD9EDC180137573754
Octal33135530110023712767124
Binary110110011110110111000001100001001111110101111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EDC1; }

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

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

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

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

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

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

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

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