#D8DEBF

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

Shades of Frost #D8DEBF

Tints of Frost #D8DEBF

Color information

#D8DEBF (or 0xD8DEBF) is unknown color: approx Frost. HEX triplet: D8, DE and BF. RGB value is (216,222,191). Sum of RGB (Red+Green+Blue) = 216+222+191=629 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.34% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 191 (75% from 255 or 30.37% from 629); Max value from RGB is 222 - color contains mainly: green. Hex color #D8DEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DEBF is #272140. Grayscale: #D8D8D8. Windows color (decimal): -2564417 or 12574424. OLE color: 12574424.

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

Color convert

RGB216222191-
CMYK0.0300.140.13
HSL71.61º31.96%80.98%-
HSV(B)71.61º13.96%87.06%-
XYZ63.8470.659.55-
YUV216.67113.51127.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.34%
GREEN value IS 222 (87.11% from 255) = 35.29%
BLUE value IS 191 (75% from 255) = 30.37%
R=34.34%
G=35.29%
B=30.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162221910.0300.140.1371.6131.9680.98
HexD8DEBF30ED482051
Octal33033627730161511040121
Binary1101100011011110101111111101110110110010001000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DEBF; }

 p { color: rgb(216,222,191); }

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

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

 a { background-color: rgb(216,222,191); }

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

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

 span { border-color: rgb(216,222,191); }

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