Html Css Color HEX #D9DEBF Frost

📋 copy color: '#D9DEBF'

red 217 ◦ green 222 ◦ blue 191

#D9DEBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Frost #D9DEBF

Tints of Frost #D9DEBF

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 value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#D9DEBF (or 0xD9DEBF) is known color: 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

RGB 217 222 191 -
CMYK 0.02 0 0.14 0.13
HSL 69.68º 0.32% 0.81% -
HSV(B) 69.68º 0.14% 0.87% -
XYZ 64.14 70.76 59.57 -
YUV 216.97 113.34 128.02 -
System Red Green Blue C M Y K H S L
Decimal 217 222 191 0.02 0 0.14 0.13 69.68 0.32 0.81
Hex D9 DE BF 2 0 E D 46 20 51
Octal 331 336 277 2 0 16 15 106 40 121
Binary 11011001 11011110 10111111 10 0 1110 1101 1000110 100000 1010001

Color Harmonies of #D9DEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DEBF

Black with #D9DEBF

Text Example


Text Example

White with #D9DEBF

Text Example


Text Example

HTML Codes & Css Web 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>