Html Css Color HEX #DAF7CA Snowy Mint

📋 copy color: '#DAF7CA'

red 218 ◦ green 247 ◦ blue 202

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

Shades of Snowy Mint #DAF7CA

Tints of Snowy Mint #DAF7CA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 37.03%

 BLUE value IS 202 (79.3% from 255) = 30.28%

R = 32.68%
G = 37.03%
B = 30.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#DAF7CA (or 0xDAF7CA) is known color: Snowy Mint. HEX triplet: DA, F7 and CA. RGB value is (218,247,202). Sum of RGB (Red+Green+Blue) = 218+247+202=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 247 (96.88% from 255 or 37.03% from 667); Blue value is 202 (79.30% from 255 or 30.28% from 667); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF7CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF7CA is #250835. Grayscale: #E9E9E9. Windows color (decimal): -2426934 or 13301722. OLE color: 13301722.

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

Color convert

RGB 218 247 202 -
CMYK 0.12 0 0.18 0.03
HSL 98.67º 0.74% 0.88% -
HSV(B) 98.67º 0.18% 0.97% -
XYZ 72.83 85.69 68.58 -
YUV 233.2 110.39 117.16 -
System Red Green Blue C M Y K H S L
Decimal 218 247 202 0.12 0 0.18 0.03 98.67 0.74 0.88
Hex DA F7 CA C 0 12 3 63 4A 58
Octal 332 367 312 14 0 22 3 143 112 130
Binary 11011010 11110111 11001010 1100 0 10010 11 1100011 1001010 1011000

Color Harmonies of #DAF7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF7CA

Black with #DAF7CA

Text Example


Text Example

White with #DAF7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF7CA; }

 p { color: rgb(218,247,202); }

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

background-color css

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

 a { background-color: rgb(218,247,202); }

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

border-color css

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

 span { border-color: rgb(218,247,202); }

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