Html Css Color HEX #D9DDC4 Frost

📋 copy color: '#D9DDC4'

red 217 ◦ green 221 ◦ blue 196

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

Shades of Frost #D9DDC4

Tints of Frost #D9DDC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 30.91%

R = 34.23%
G = 34.86%
B = 30.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#D9DDC4 (or 0xD9DDC4) is known color: Frost. HEX triplet: D9, DD and C4. RGB value is (217,221,196). Sum of RGB (Red+Green+Blue) = 217+221+196=634 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.23% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 196 (76.95% from 255 or 30.91% from 634); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDC4 is #26223B. Grayscale: #D9D9D9. Windows color (decimal): -2499132 or 12901849. OLE color: 12901849.

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

Color convert

RGB 217 221 196 -
CMYK 0.02 0 0.11 0.13
HSL 69.6º 0.27% 0.82% -
HSV(B) 69.6º 0.11% 0.87% -
XYZ 64.44 70.45 62.43 -
YUV 216.95 116.17 128.03 -
System Red Green Blue C M Y K H S L
Decimal 217 221 196 0.02 0 0.11 0.13 69.6 0.27 0.82
Hex D9 DD C4 2 0 B D 46 1B 52
Octal 331 335 304 2 0 13 15 106 33 122
Binary 11011001 11011101 11000100 10 0 1011 1101 1000110 11011 1010010

Color Harmonies of #D9DDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DDC4

Black with #D9DDC4

Text Example


Text Example

White with #D9DDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DDC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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