#D9EDCB

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

Shades of Frostee #D9EDCB

Tints of Frostee #D9EDCB

Color information

#D9EDCB (or 0xD9EDCB) is unknown color: approx Frostee. HEX triplet: D9, ED and CB. RGB value is (217,237,203). Sum of RGB (Red+Green+Blue) = 217+237+203=657 (87% of max value = 765). Red value is 217 (85.16% from 255 or 33.03% from 657); Green value is 237 (92.97% from 255 or 36.07% from 657); Blue value is 203 (79.69% from 255 or 30.90% from 657); Max value from RGB is 237 - color contains mainly: green. Hex color #D9EDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EDCB is #261234. Grayscale: #E3E3E3. Windows color (decimal): -2495029 or 13364697. OLE color: 13364697.

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

Color convert

RGB217237203-
CMYK0.0800.140.07
HSL95.29º48.57%86.27%-
HSV(B)95.29º14.35%92.94%-
XYZ69.6879.6368.2-
YUV227.14114.37120.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.03%
GREEN value IS 237 (92.97% from 255) = 36.07%
BLUE value IS 203 (79.69% from 255) = 30.90%
R=33.03%
G=36.07%
B=30.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172372030.0800.140.0795.2948.5786.27
HexD9EDCB80E75f3156
Octal33135531310016713761126
Binary11011001111011011100101110000111011110111111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EDCB; }

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

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

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

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

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

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

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

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