#D9ECCB

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

Shades of Frostee #D9ECCB

Tints of Frostee #D9ECCB

Color information

#D9ECCB (or 0xD9ECCB) is unknown color: approx Frostee. HEX triplet: D9, EC and CB. RGB value is (217,236,203). Sum of RGB (Red+Green+Blue) = 217+236+203=656 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.08% from 656); Green value is 236 (92.58% from 255 or 35.98% from 656); Blue value is 203 (79.69% from 255 or 30.95% from 656); Max value from RGB is 236 - color contains mainly: green. Hex color #D9ECCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9ECCB is #261334. Grayscale: #E2E2E2. Windows color (decimal): -2495285 or 13364441. OLE color: 13364441.

HSL color Cylindrical-coordinate representation of color #D9ECCB: hue angle of 94.55º degrees, saturation: 0.46, 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 #D9ECCB is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB217236203-
CMYK0.0800.140.07
HSL94.55º46.48%86.08%-
HSV(B)94.55º13.98%92.55%-
XYZ69.3979.0568.1-
YUV226.56114.71121.18-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.08%
GREEN value IS 236 (92.58% from 255) = 35.98%
BLUE value IS 203 (79.69% from 255) = 30.95%
R=33.08%
G=35.98%
B=30.95%

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
Decimal2172362030.0800.140.0794.5546.4886.08
HexD9ECCB80E75f2e56
Octal33135431310016713756126
Binary11011001111011001100101110000111011110111111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ECCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ECCB; }

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

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

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

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

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

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

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

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