Html Css Color HEX #DAFCCA Snowy Mint

📋 copy color: '#DAFCCA'

red 218 ◦ green 252 ◦ blue 202

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

Shades of Snowy Mint #DAFCCA

Tints of Snowy Mint #DAFCCA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.5%

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

R = 32.44%
G = 37.5%
B = 30.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#DAFCCA (or 0xDAFCCA) is known color: Snowy Mint. HEX triplet: DA, FC and CA. RGB value is (218,252,202). Sum of RGB (Red+Green+Blue) = 218+252+202=672 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.44% from 672); Green value is 252 (98.83% from 255 or 37.5% from 672); Blue value is 202 (79.30% from 255 or 30.06% from 672); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFCCA is #250335. Grayscale: #ECECEC. Windows color (decimal): -2425654 or 13303002. OLE color: 13303002.

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

Color convert

RGB 218 252 202 -
CMYK 0.13 0 0.20 0.01
HSL 100.8º 0.89% 0.89% -
HSV(B) 100.8º 0.2% 0.99% -
XYZ 74.38 88.79 69.09 -
YUV 236.13 108.74 115.07 -
System Red Green Blue C M Y K H S L
Decimal 218 252 202 0.13 0 0.20 0.01 100.8 0.89 0.89
Hex DA FC CA D 0 14 1 65 59 59
Octal 332 374 312 15 0 24 1 145 131 131
Binary 11011010 11111100 11001010 1101 0 10100 1 1100101 1011001 1011001

Color Harmonies of #DAFCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFCCA

Black with #DAFCCA

Text Example


Text Example

White with #DAFCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFCCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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