#D9EACD

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

Shades of Frostee #D9EACD

Tints of Frostee #D9EACD

Color information

#D9EACD (or 0xD9EACD) is unknown color: approx Frostee. HEX triplet: D9, EA and CD. RGB value is (217,234,205). Sum of RGB (Red+Green+Blue) = 217+234+205=656 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.08% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 234 - color contains mainly: green. Hex color #D9EACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EACD is #261532. Grayscale: #E1E1E1. Windows color (decimal): -2495795 or 13495001. OLE color: 13495001.

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

Color convert

RGB217234205-
CMYK0.0700.120.08
HSL95.17º40.85%86.08%-
HSV(B)95.17º12.39%91.76%-
XYZ69.0678.0169.17-
YUV225.61116.37121.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.08%
GREEN value IS 234 (91.80% from 255) = 35.67%
BLUE value IS 205 (80.47% from 255) = 31.25%
R=33.08%
G=35.67%
B=31.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172342050.0700.120.0895.1740.8586.08
HexD9EACD70C85f2956
Octal33135231570141013751126
Binary11011001111010101100110111101100100010111111010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EACD; }

 p { color: rgb(217,234,205); }

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

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

 a { background-color: rgb(217,234,205); }

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

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

 span { border-color: rgb(217,234,205); }

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