Html Css Color HEX #DAFDDD Frosted Mint

📋 copy color: '#DAFDDD'

red 218 ◦ green 253 ◦ blue 221

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

Shades of Frosted Mint #DAFDDD

Tints of Frosted Mint #DAFDDD

RGB

 RED value IS 218 (85.55% from 255) = 31.5%

 GREEN value IS 253 (99.22% from 255) = 36.56%

 BLUE value IS 221 (86.72% from 255) = 31.94%

R = 31.5%
G = 36.56%
B = 31.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#DAFDDD (or 0xDAFDDD) is known color: Frosted Mint. HEX triplet: DA, FD and DD. RGB value is (218,253,221). Sum of RGB (Red+Green+Blue) = 218+253+221=692 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.50% from 692); Green value is 253 (99.22% from 255 or 36.56% from 692); Blue value is 221 (86.72% from 255 or 31.94% from 692); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDDD is #250222. Grayscale: #EEEEEE. Windows color (decimal): -2425379 or 14548442. OLE color: 14548442.

HSL color Cylindrical-coordinate representation of color #DAFDDD: hue angle of 125.14º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAFDDD is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 253 221 -
CMYK 0.14 0 0.13 0.01
HSL 125.14º 0.9% 0.92% -
HSV(B) 125.14º 0.14% 0.99% -
XYZ 77.09 90.38 81.79 -
YUV 238.89 117.9 113.1 -
System Red Green Blue C M Y K H S L
Decimal 218 253 221 0.14 0 0.13 0.01 125.14 0.9 0.92
Hex DA FD DD E 0 D 1 7D 5A 5C
Octal 332 375 335 16 0 15 1 175 132 134
Binary 11011010 11111101 11011101 1110 0 1101 1 1111101 1011010 1011100

Color Harmonies of #DAFDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFDDD

Black with #DAFDDD

Text Example


Text Example

White with #DAFDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFDDD; }

 p { color: rgb(218,253,221); }

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

background-color css

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

 a { background-color: rgb(218,253,221); }

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

border-color css

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

 span { border-color: rgb(218,253,221); }

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