#D9DEBF

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

Shades of Frost #D9DEBF

Tints of Frost #D9DEBF

Color information

#D9DEBF (or 0xD9DEBF) is unknown color: approx Frost. HEX triplet: D9, DE and BF. RGB value is (217,222,191). Sum of RGB (Red+Green+Blue) = 217+222+191=630 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.44% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 191 (75% from 255 or 30.32% from 630); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DEBF is #262140. Grayscale: #D9D9D9. Windows color (decimal): -2498881 or 12574425. OLE color: 12574425.

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

Color convert

RGB217222191-
CMYK0.0200.140.13
HSL69.68º31.96%80.98%-
HSV(B)69.68º13.96%87.06%-
XYZ64.1470.7659.57-
YUV216.97113.34128.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.44%
GREEN value IS 222 (87.11% from 255) = 35.24%
BLUE value IS 191 (75% from 255) = 30.32%
R=34.44%
G=35.24%
B=30.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172221910.0200.140.1369.6831.9680.98
HexD9DEBF20ED462051
Octal33133627720161510640121
Binary1101100111011110101111111001110110110001101000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DEBF; }

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

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

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

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

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

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

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

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