#D9E8B6

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

Shades of Frost #D9E8B6

Tints of Frost #D9E8B6

Color information

#D9E8B6 (or 0xD9E8B6) is unknown color: approx Frost. HEX triplet: D9, E8 and B6. RGB value is (217,232,182). Sum of RGB (Red+Green+Blue) = 217+232+182=631 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.39% from 631); Green value is 232 (91.02% from 255 or 36.77% from 631); Blue value is 182 (71.48% from 255 or 28.84% from 631); Max value from RGB is 232 - color contains mainly: green. Hex color #D9E8B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E8B6 is #261749. Grayscale: #DEDEDE. Windows color (decimal): -2496330 or 11987161. OLE color: 11987161.

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

Color convert

RGB217232182-
CMYK0.0600.220.09
HSL78º52.08%81.18%-
HSV(B)78º21.55%90.98%-
XYZ65.9275.8455.42-
YUV221.82105.53124.57-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.39%
GREEN value IS 232 (91.02% from 255) = 36.77%
BLUE value IS 182 (71.48% from 255) = 28.84%
R=34.39%
G=36.77%
B=28.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2172321820.0600.220.097852.0881.18
HexD9E8B6601694e3451
Octal33135026660261111664121
Binary110110011110100010110110110010110100110011101101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E8B6; }

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

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

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

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

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

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

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

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