Html Css Color HEX #D9DBC9 Frost

📋 copy color: '#D9DBC9'

red 217 ◦ green 219 ◦ blue 201

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

Shades of Frost #D9DBC9

Tints of Frost #D9DBC9

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.38%

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

R = 34.07%
G = 34.38%
B = 31.55%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#D9DBC9 (or 0xD9DBC9) is known color: Frost. HEX triplet: D9, DB and C9. RGB value is (217,219,201). Sum of RGB (Red+Green+Blue) = 217+219+201=637 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.07% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 201 (78.91% from 255 or 31.55% from 637); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DBC9 is #262436. Grayscale: #D8D8D8. Windows color (decimal): -2499639 or 13229017. OLE color: 13229017.

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

Color convert

RGB 217 219 201 -
CMYK 0.01 0 0.08 0.14
HSL 66.67º 0.2% 0.82% -
HSV(B) 66.67º 0.08% 0.86% -
XYZ 64.49 69.63 65.3 -
YUV 216.35 119.34 128.46 -
System Red Green Blue C M Y K H S L
Decimal 217 219 201 0.01 0 0.08 0.14 66.67 0.2 0.82
Hex D9 DB C9 1 0 8 E 43 14 52
Octal 331 333 311 1 0 10 16 103 24 122
Binary 11011001 11011011 11001001 1 0 1000 1110 1000011 10100 1010010

Color Harmonies of #D9DBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DBC9

Black with #D9DBC9

Text Example


Text Example

White with #D9DBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DBC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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