#D9E8CB

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

Shades of Frostee #D9E8CB

Tints of Frostee #D9E8CB

Color information

#D9E8CB (or 0xD9E8CB) is unknown color: approx Frostee. HEX triplet: D9, E8 and CB. RGB value is (217,232,203). Sum of RGB (Red+Green+Blue) = 217+232+203=652 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.28% from 652); Green value is 232 (91.02% from 255 or 35.58% from 652); Blue value is 203 (79.69% from 255 or 31.13% from 652); Max value from RGB is 232 - color contains mainly: green. Hex color #D9E8CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E8CB is #261734. Grayscale: #E0E0E0. Windows color (decimal): -2496309 or 13363417. OLE color: 13363417.

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

Color convert

RGB217232203-
CMYK0.0600.120.09
HSL91.03º38.67%85.29%-
HSV(B)91.03º12.5%90.98%-
XYZ68.2576.7867.72-
YUV224.21116.03122.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.28%
GREEN value IS 232 (91.02% from 255) = 35.58%
BLUE value IS 203 (79.69% from 255) = 31.13%
R=33.28%
G=35.58%
B=31.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2172322030.0600.120.0991.0338.6785.29
HexD9E8CB60C95b2755
Octal33135031360141113347125
Binary11011001111010001100101111001100100110110111001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E8CB; }

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

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

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

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

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

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

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

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