#D9E9CD

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

Shades of Frostee #D9E9CD

Tints of Frostee #D9E9CD

Color information

#D9E9CD (or 0xD9E9CD) is unknown color: approx Frostee. HEX triplet: D9, E9 and CD. RGB value is (217,233,205). Sum of RGB (Red+Green+Blue) = 217+233+205=655 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.13% from 655); Green value is 233 (91.41% from 255 or 35.57% from 655); Blue value is 205 (80.47% from 255 or 31.30% from 655); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E9CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E9CD is #261632. Grayscale: #E1E1E1. Windows color (decimal): -2496051 or 13494745. OLE color: 13494745.

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

Color convert

RGB217233205-
CMYK0.0700.120.09
HSL94.29º38.89%85.88%-
HSV(B)94.29º12.02%91.37%-
XYZ68.7777.4469.08-
YUV225.02116.7122.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.13%
GREEN value IS 233 (91.41% from 255) = 35.57%
BLUE value IS 205 (80.47% from 255) = 31.30%
R=33.13%
G=35.57%
B=31.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2172332050.0700.120.0994.2938.8985.88
HexD9E9CD70C95e2756
Octal33135131570141113647126
Binary11011001111010011100110111101100100110111101001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E9CD; }

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

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

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

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

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

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

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

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