Html Css Color HEX #D9DDBF Frost

📋 copy color: '#D9DDBF'

red 217 ◦ green 221 ◦ blue 191

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

Shades of Frost #D9DDBF

Tints of Frost #D9DDBF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.14%

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

R = 34.5%
G = 35.14%
B = 30.37%

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

#D9DDBF (or 0xD9DDBF) is known color: Frost. HEX triplet: D9, DD and BF. RGB value is (217,221,191). Sum of RGB (Red+Green+Blue) = 217+221+191=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 191 (75% from 255 or 30.37% from 629); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDBF is #262240. Grayscale: #D8D8D8. Windows color (decimal): -2499137 or 12574169. OLE color: 12574169.

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

Color convert

RGB 217 221 191 -
CMYK 0.02 0 0.14 0.13
HSL 68º 0.31% 0.81% -
HSV(B) 68º 0.14% 0.87% -
XYZ 63.88 70.23 59.48 -
YUV 216.38 113.67 128.44 -
System Red Green Blue C M Y K H S L
Decimal 217 221 191 0.02 0 0.14 0.13 68 0.31 0.81
Hex D9 DD BF 2 0 E D 44 1F 51
Octal 331 335 277 2 0 16 15 104 37 121
Binary 11011001 11011101 10111111 10 0 1110 1101 1000100 11111 1010001

Color Harmonies of #D9DDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DDBF

Black with #D9DDBF

Text Example


Text Example

White with #D9DDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DDBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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