Html Css Color HEX #D9DEC4 Frost

📋 copy color: '#D9DEC4'

red 217 ◦ green 222 ◦ blue 196

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

Shades of Frost #D9DEC4

Tints of Frost #D9DEC4

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.96%

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

R = 34.17%
G = 34.96%
B = 30.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#D9DEC4 (or 0xD9DEC4) is known color: Frost. HEX triplet: D9, DE and C4. RGB value is (217,222,196). Sum of RGB (Red+Green+Blue) = 217+222+196=635 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.17% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 196 (76.95% from 255 or 30.87% from 635); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DEC4 is #26213B. Grayscale: #D9D9D9. Windows color (decimal): -2498876 or 12902105. OLE color: 12902105.

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

Color convert

RGB 217 222 196 -
CMYK 0.02 0 0.12 0.13
HSL 71.54º 0.28% 0.82% -
HSV(B) 71.54º 0.12% 0.87% -
XYZ 64.7 70.98 62.51 -
YUV 217.54 115.84 127.61 -
System Red Green Blue C M Y K H S L
Decimal 217 222 196 0.02 0 0.12 0.13 71.54 0.28 0.82
Hex D9 DE C4 2 0 C D 48 1C 52
Octal 331 336 304 2 0 14 15 110 34 122
Binary 11011001 11011110 11000100 10 0 1100 1101 1001000 11100 1010010

Color Harmonies of #D9DEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DEC4

Black with #D9DEC4

Text Example


Text Example

White with #D9DEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DEC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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