Html Css Color HEX #D9DCBF Frost

📋 copy color: '#D9DCBF'

red 217 ◦ green 220 ◦ blue 191

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

Shades of Frost #D9DCBF

Tints of Frost #D9DCBF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.03%

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

R = 34.55%
G = 35.03%
B = 30.41%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#D9DCBF (or 0xD9DCBF) is known color: Frost. HEX triplet: D9, DC and BF. RGB value is (217,220,191). Sum of RGB (Red+Green+Blue) = 217+220+191=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 191 (75% from 255 or 30.41% from 628); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCBF is #262340. Grayscale: #D7D7D7. Windows color (decimal): -2499393 or 12573913. OLE color: 12573913.

HSL color Cylindrical-coordinate representation of color #D9DCBF: hue angle of 66.21º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9DCBF is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 220 191 -
CMYK 0.01 0 0.13 0.14
HSL 66.21º 0.29% 0.81% -
HSV(B) 66.21º 0.13% 0.86% -
XYZ 63.61 69.7 59.39 -
YUV 215.8 114.01 128.86 -
System Red Green Blue C M Y K H S L
Decimal 217 220 191 0.01 0 0.13 0.14 66.21 0.29 0.81
Hex D9 DC BF 1 0 D E 42 1D 51
Octal 331 334 277 1 0 15 16 102 35 121
Binary 11011001 11011100 10111111 1 0 1101 1110 1000010 11101 1010001

Color Harmonies of #D9DCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DCBF

Black with #D9DCBF

Text Example


Text Example

White with #D9DCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DCBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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