Html Css Color HEX #D9DCC9 Frost

📋 copy color: '#D9DCC9'

red 217 ◦ green 220 ◦ blue 201

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

Shades of Frost #D9DCC9

Tints of Frost #D9DCC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 31.5%

R = 34.01%
G = 34.48%
B = 31.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#D9DCC9 (or 0xD9DCC9) is known color: Frost. HEX triplet: D9, DC and C9. RGB value is (217,220,201). Sum of RGB (Red+Green+Blue) = 217+220+201=638 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.01% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 201 (78.91% from 255 or 31.50% from 638); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCC9 is #262336. Grayscale: #D9D9D9. Windows color (decimal): -2499383 or 13229273. OLE color: 13229273.

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

Color convert

RGB 217 220 201 -
CMYK 0.01 0 0.09 0.14
HSL 69.47º 0.21% 0.83% -
HSV(B) 69.47º 0.09% 0.86% -
XYZ 64.75 70.16 65.39 -
YUV 216.94 119.01 128.04 -
System Red Green Blue C M Y K H S L
Decimal 217 220 201 0.01 0 0.09 0.14 69.47 0.21 0.83
Hex D9 DC C9 1 0 9 E 45 15 53
Octal 331 334 311 1 0 11 16 105 25 123
Binary 11011001 11011100 11001001 1 0 1001 1110 1000101 10101 1010011

Color Harmonies of #D9DCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DCC9

Black with #D9DCC9

Text Example


Text Example

White with #D9DCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DCC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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