Html Css Color HEX #D9FFDC Frosted Mint

📋 copy color: '#D9FFDC'

red 217 ◦ green 255 ◦ blue 220

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

Shades of Frosted Mint #D9FFDC

Tints of Frosted Mint #D9FFDC

RGB

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

 GREEN value IS 255 (100% from 255) = 36.85%

 BLUE value IS 220 (86.33% from 255) = 31.79%

R = 31.36%
G = 36.85%
B = 31.79%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#D9FFDC (or 0xD9FFDC) is known color: Frosted Mint. HEX triplet: D9, FF and DC. RGB value is (217,255,220). Sum of RGB (Red+Green+Blue) = 217+255+220=692 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.36% from 692); Green value is 255 (100% from 255 or 36.85% from 692); Blue value is 220 (86.33% from 255 or 31.79% from 692); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FFDC is #260023. Grayscale: #EFEFEF. Windows color (decimal): -2490404 or 14483417. OLE color: 14483417.

HSL color Cylindrical-coordinate representation of color #D9FFDC: hue angle of 124.74º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9FFDC is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 217 255 220 -
CMYK 0.15 0 0.14 0
HSL 124.74º 1% 0.93% -
HSV(B) 124.74º 0.15% 1% -
XYZ 77.29 91.44 81.29 -
YUV 239.65 116.91 111.85 -
System Red Green Blue C M Y K H S L
Decimal 217 255 220 0.15 0 0.14 0 124.74 1 0.93
Hex D9 FF DC F 0 E 0 7D 64 5D
Octal 331 377 334 17 0 16 0 175 144 135
Binary 11011001 11111111 11011100 1111 0 1110 0 1111101 1100100 1011101

Color Harmonies of #D9FFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FFDC

Black with #D9FFDC

Text Example


Text Example

White with #D9FFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FFDC; }

 p { color: rgb(217,255,220); }

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

background-color css

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

 a { background-color: rgb(217,255,220); }

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

border-color css

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

 span { border-color: rgb(217,255,220); }

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