Html Css Color HEX #DAF1CA Snowy Mint

📋 copy color: '#DAF1CA'

red 218 ◦ green 241 ◦ blue 202

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

Shades of Snowy Mint #DAF1CA

Tints of Snowy Mint #DAF1CA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.46%

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

R = 32.98%
G = 36.46%
B = 30.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#DAF1CA (or 0xDAF1CA) is known color: Snowy Mint. HEX triplet: DA, F1 and CA. RGB value is (218,241,202). Sum of RGB (Red+Green+Blue) = 218+241+202=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 241 (94.53% from 255 or 36.46% from 661); Blue value is 202 (79.30% from 255 or 30.56% from 661); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF1CA is #250E35. Grayscale: #E5E5E5. Windows color (decimal): -2428470 or 13300186. OLE color: 13300186.

HSL color Cylindrical-coordinate representation of color #DAF1CA: hue angle of 95.38º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAF1CA is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 241 202 -
CMYK 0.10 0 0.16 0.05
HSL 95.38º 0.58% 0.87% -
HSV(B) 95.38º 0.16% 0.95% -
XYZ 71.03 82.08 67.98 -
YUV 229.68 112.38 119.67 -
System Red Green Blue C M Y K H S L
Decimal 218 241 202 0.10 0 0.16 0.05 95.38 0.58 0.87
Hex DA F1 CA A 0 10 5 5F 3A 57
Octal 332 361 312 12 0 20 5 137 72 127
Binary 11011010 11110001 11001010 1010 0 10000 101 1011111 111010 1010111

Color Harmonies of #DAF1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF1CA

Black with #DAF1CA

Text Example


Text Example

White with #DAF1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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