Html Css Color HEX #D9DCBD Frost

📋 copy color: '#D9DCBD'

red 217 ◦ green 220 ◦ blue 189

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

Shades of Frost #D9DCBD

Tints of Frost #D9DCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 30.19%

R = 34.66%
G = 35.14%
B = 30.19%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#D9DCBD (or 0xD9DCBD) is known color: Frost. HEX triplet: D9, DC and BD. RGB value is (217,220,189). Sum of RGB (Red+Green+Blue) = 217+220+189=626 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.66% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 189 (74.22% from 255 or 30.19% from 626); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCBD is #262342. Grayscale: #D7D7D7. Windows color (decimal): -2499395 or 12442841. OLE color: 12442841.

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

Color convert

RGB 217 220 189 -
CMYK 0.01 0 0.14 0.14
HSL 65.81º 0.31% 0.8% -
HSV(B) 65.81º 0.14% 0.86% -
XYZ 63.39 69.61 58.24 -
YUV 215.57 113.01 129.02 -
System Red Green Blue C M Y K H S L
Decimal 217 220 189 0.01 0 0.14 0.14 65.81 0.31 0.8
Hex D9 DC BD 1 0 E E 42 1F 50
Octal 331 334 275 1 0 16 16 102 37 120
Binary 11011001 11011100 10111101 1 0 1110 1110 1000010 11111 1010000

Color Harmonies of #D9DCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DCBD

Black with #D9DCBD

Text Example


Text Example

White with #D9DCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DCBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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