Html Css Color HEX #D9E1BF Frost

📋 copy color: '#D9E1BF'

red 217 ◦ green 225 ◦ blue 191

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

Shades of Frost #D9E1BF

Tints of Frost #D9E1BF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.55%

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

R = 34.28%
G = 35.55%
B = 30.17%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#D9E1BF (or 0xD9E1BF) is known color: Frost. HEX triplet: D9, E1 and BF. RGB value is (217,225,191). Sum of RGB (Red+Green+Blue) = 217+225+191=633 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.28% from 633); Green value is 225 (88.28% from 255 or 35.55% from 633); Blue value is 191 (75% from 255 or 30.17% from 633); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E1BF is #261E40. Grayscale: #DADADA. Windows color (decimal): -2498113 or 12575193. OLE color: 12575193.

HSL color Cylindrical-coordinate representation of color #D9E1BF: hue angle of 74.12º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9E1BF is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 217 225 191 -
CMYK 0.04 0 0.15 0.12
HSL 74.12º 0.36% 0.82% -
HSV(B) 74.12º 0.15% 0.88% -
XYZ 64.94 72.36 59.83 -
YUV 218.73 112.35 126.76 -
System Red Green Blue C M Y K H S L
Decimal 217 225 191 0.04 0 0.15 0.12 74.12 0.36 0.82
Hex D9 E1 BF 4 0 F C 4A 24 52
Octal 331 341 277 4 0 17 14 112 44 122
Binary 11011001 11100001 10111111 100 0 1111 1100 1001010 100100 1010010

Color Harmonies of #D9E1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E1BF

Black with #D9E1BF

Text Example


Text Example

White with #D9E1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E1BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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