Html Css Color HEX #D9DDC6 Frost

📋 copy color: '#D9DDC6'

red 217 ◦ green 221 ◦ blue 198

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

Shades of Frost #D9DDC6

Tints of Frost #D9DDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.13%

R = 34.12%
G = 34.75%
B = 31.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#D9DDC6 (or 0xD9DDC6) is known color: Frost. HEX triplet: D9, DD and C6. RGB value is (217,221,198). Sum of RGB (Red+Green+Blue) = 217+221+198=636 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.12% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 198 (77.73% from 255 or 31.13% from 636); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDC6 is #262239. Grayscale: #D9D9D9. Windows color (decimal): -2499130 or 13032921. OLE color: 13032921.

HSL color Cylindrical-coordinate representation of color #D9DDC6: hue angle of 70.43º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9DDC6 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 221 198 -
CMYK 0.02 0 0.10 0.13
HSL 70.43º 0.25% 0.82% -
HSV(B) 70.43º 0.1% 0.87% -
XYZ 64.66 70.54 63.63 -
YUV 217.18 117.17 127.87 -
System Red Green Blue C M Y K H S L
Decimal 217 221 198 0.02 0 0.10 0.13 70.43 0.25 0.82
Hex D9 DD C6 2 0 A D 46 19 52
Octal 331 335 306 2 0 12 15 106 31 122
Binary 11011001 11011101 11000110 10 0 1010 1101 1000110 11001 1010010

Color Harmonies of #D9DDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DDC6

Black with #D9DDC6

Text Example


Text Example

White with #D9DDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DDC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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