Html Css Color HEX #D9E0C0 Frost

📋 copy color: '#D9E0C0'

red 217 ◦ green 224 ◦ blue 192

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

Shades of Frost #D9E0C0

Tints of Frost #D9E0C0

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.39%

 BLUE value IS 192 (75.39% from 255) = 30.33%

R = 34.28%
G = 35.39%
B = 30.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#D9E0C0 (or 0xD9E0C0) is known color: Frost. HEX triplet: D9, E0 and C0. RGB value is (217,224,192). Sum of RGB (Red+Green+Blue) = 217+224+192=633 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.28% from 633); Green value is 224 (87.89% from 255 or 35.39% from 633); Blue value is 192 (75.39% from 255 or 30.33% from 633); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E0C0 is #261F3F. Grayscale: #DADADA. Windows color (decimal): -2498368 or 12640473. OLE color: 12640473.

HSL color Cylindrical-coordinate representation of color #D9E0C0: hue angle of 73.12º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9E0C0 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 217 224 192 -
CMYK 0.03 0 0.14 0.12
HSL 73.13º 0.34% 0.82% -
HSV(B) 73.13º 0.14% 0.88% -
XYZ 64.79 71.87 60.33 -
YUV 218.26 113.18 127.1 -
System Red Green Blue C M Y K H S L
Decimal 217 224 192 0.03 0 0.14 0.12 73.13 0.34 0.82
Hex D9 E0 C0 3 0 E C 49 22 52
Octal 331 340 300 3 0 16 14 111 42 122
Binary 11011001 11100000 11000000 11 0 1110 1100 1001001 100010 1010010

Color Harmonies of #D9E0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E0C0

Black with #D9E0C0

Text Example


Text Example

White with #D9E0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E0C0; }

 p { color: rgb(217,224,192); }

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

background-color css

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

 a { background-color: rgb(217,224,192); }

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

border-color css

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

 span { border-color: rgb(217,224,192); }

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