#D8DFBE

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

Shades of Frost #D8DFBE

Tints of Frost #D8DFBE

Color information

#D8DFBE (or 0xD8DFBE) is unknown color: approx Frost. HEX triplet: D8, DF and BE. RGB value is (216,223,190). Sum of RGB (Red+Green+Blue) = 216+223+190=629 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.34% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 190 (74.61% from 255 or 30.21% from 629); Max value from RGB is 223 - color contains mainly: green. Hex color #D8DFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DFBE is #272041. Grayscale: #D9D9D9. Windows color (decimal): -2564162 or 12509144. OLE color: 12509144.

HSL color Cylindrical-coordinate representation of color #D8DFBE: hue angle of 72.73º 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 #D8DFBE is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB216223190-
CMYK0.0300.150.13
HSL72.73º34.02%80.98%-
HSV(B)72.73º14.8%87.45%-
XYZ6471.0959.06-
YUV217.14112.68127.18-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.34%
GREEN value IS 223 (87.5% from 255) = 35.45%
BLUE value IS 190 (74.61% from 255) = 30.21%
R=34.34%
G=35.45%
B=30.21%

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
Decimal2162231900.0300.150.1372.7334.0280.98
HexD8DFBE30FD492251
Octal33033727630171511142121
Binary1101100011011111101111101101111110110010011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DFBE; }

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

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

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

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

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

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

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

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