Html Css Color HEX #D9DFBF Frost

📋 copy color: '#D9DFBF'

red 217 ◦ green 223 ◦ blue 191

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

Shades of Frost #D9DFBF

Tints of Frost #D9DFBF

RGB

 RED value IS 217 (85.16% from 255) = 34.39%

 GREEN value IS 223 (87.5% from 255) = 35.34%

 BLUE value IS 191 (75% from 255) = 30.27%

R = 34.39%
G = 35.34%
B = 30.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#D9DFBF (or 0xD9DFBF) is known color: Frost. HEX triplet: D9, DF and BF. RGB value is (217,223,191). Sum of RGB (Red+Green+Blue) = 217+223+191=631 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.39% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 191 (75% from 255 or 30.27% from 631); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DFBF is #262040. Grayscale: #D9D9D9. Windows color (decimal): -2498625 or 12574681. OLE color: 12574681.

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

Color convert

RGB 217 223 191 -
CMYK 0.03 0 0.14 0.13
HSL 71.25º 0.33% 0.81% -
HSV(B) 71.25º 0.14% 0.87% -
XYZ 64.41 71.29 59.66 -
YUV 217.56 113.01 127.6 -
System Red Green Blue C M Y K H S L
Decimal 217 223 191 0.03 0 0.14 0.13 71.25 0.33 0.81
Hex D9 DF BF 3 0 E D 47 21 51
Octal 331 337 277 3 0 16 15 107 41 121
Binary 11011001 11011111 10111111 11 0 1110 1101 1000111 100001 1010001

Color Harmonies of #D9DFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DFBF

Black with #D9DFBF

Text Example


Text Example

White with #D9DFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DFBF; }

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

 H1.HeaderClassName
 {
   color: #D9DFBF;
 }
 .AnyTagClassName
 {
   color: #D9DFBF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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