#D9DFBE

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

Shades of Frost #D9DFBE

Tints of Frost #D9DFBE

Color information

#D9DFBE (or 0xD9DFBE) is unknown color: approx Frost. HEX triplet: D9, DF and BE. RGB value is (217,223,190). Sum of RGB (Red+Green+Blue) = 217+223+190=630 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.44% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DFBE is #262041. Grayscale: #D9D9D9. Windows color (decimal): -2498626 or 12509145. OLE color: 12509145.

HSL color Cylindrical-coordinate representation of color #D9DFBE: hue angle of 70.91º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9DFBE is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB217223190-
CMYK0.0300.150.13
HSL70.91º34.02%80.98%-
HSV(B)70.91º14.8%87.45%-
XYZ64.371.2459.08-
YUV217.44112.51127.68-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.44%
GREEN value IS 223 (87.5% from 255) = 35.40%
BLUE value IS 190 (74.61% from 255) = 30.16%
R=34.44%
G=35.40%
B=30.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172231900.0300.150.1370.9134.0280.98
HexD9DFBE30FD472251
Octal33133727630171510742121
Binary1101100111011111101111101101111110110001111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DFBE; }

 p { color: rgb(217,223,190); }

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

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

 a { background-color: rgb(217,223,190); }

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

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

 span { border-color: rgb(217,223,190); }

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