Html Css Color HEX #D9DDBE Frost

📋 copy color: '#D9DDBE'

red 217 ◦ green 221 ◦ blue 190

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

Shades of Frost #D9DDBE

Tints of Frost #D9DDBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.25%

R = 34.55%
G = 35.19%
B = 30.25%

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

#D9DDBE (or 0xD9DDBE) is known color: Frost. HEX triplet: D9, DD and BE. RGB value is (217,221,190). Sum of RGB (Red+Green+Blue) = 217+221+190=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 190 (74.61% from 255 or 30.25% from 628); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDBE is #262241. Grayscale: #D8D8D8. Windows color (decimal): -2499138 or 12508633. OLE color: 12508633.

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

Color convert

RGB 217 221 190 -
CMYK 0.02 0 0.14 0.13
HSL 67.74º 0.31% 0.81% -
HSV(B) 67.74º 0.14% 0.87% -
XYZ 63.77 70.18 58.9 -
YUV 216.27 113.17 128.52 -
System Red Green Blue C M Y K H S L
Decimal 217 221 190 0.02 0 0.14 0.13 67.74 0.31 0.81
Hex D9 DD BE 2 0 E D 44 1F 51
Octal 331 335 276 2 0 16 15 104 37 121
Binary 11011001 11011101 10111110 10 0 1110 1101 1000100 11111 1010001

Color Harmonies of #D9DDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DDBE

Black with #D9DDBE

Text Example


Text Example

White with #D9DDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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