Html Css Color HEX #DAFFC6 Snowy Mint

📋 copy color: '#DAFFC6'

red 218 ◦ green 255 ◦ blue 198

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

Shades of Snowy Mint #DAFFC6

Tints of Snowy Mint #DAFFC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 29.51%

R = 32.49%
G = 38%
B = 29.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#DAFFC6 (or 0xDAFFC6) is known color: Snowy Mint. HEX triplet: DA, FF and C6. RGB value is (218,255,198). Sum of RGB (Red+Green+Blue) = 218+255+198=671 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.49% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 198 (77.73% from 255 or 29.51% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFC6 is #250039. Grayscale: #EDEDED. Windows color (decimal): -2424890 or 13041626. OLE color: 13041626.

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

Color convert

RGB 218 255 198 -
CMYK 0.15 0 0.22 0
HSL 98.95º 1% 0.89% -
HSV(B) 98.95º 0.22% 1% -
XYZ 74.87 90.5 66.95 -
YUV 237.44 105.74 114.13 -
System Red Green Blue C M Y K H S L
Decimal 218 255 198 0.15 0 0.22 0 98.95 1 0.89
Hex DA FF C6 F 0 16 0 63 64 59
Octal 332 377 306 17 0 26 0 143 144 131
Binary 11011010 11111111 11000110 1111 0 10110 0 1100011 1100100 1011001

Color Harmonies of #DAFFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFFC6

Black with #DAFFC6

Text Example


Text Example

White with #DAFFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFFC6; }

 p { color: rgb(218,255,198); }

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

background-color css

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

 a { background-color: rgb(218,255,198); }

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

border-color css

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

 span { border-color: rgb(218,255,198); }

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