Html Css Color HEX #DAF1D0 Snowy Mint

📋 copy color: '#DAF1D0'

red 218 ◦ green 241 ◦ blue 208

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

Shades of Snowy Mint #DAF1D0

Tints of Snowy Mint #DAF1D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 31.18%

R = 32.68%
G = 36.13%
B = 31.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#DAF1D0 (or 0xDAF1D0) is known color: Snowy Mint. HEX triplet: DA, F1 and D0. RGB value is (218,241,208). Sum of RGB (Red+Green+Blue) = 218+241+208=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 241 (94.53% from 255 or 36.13% from 667); Blue value is 208 (81.64% from 255 or 31.18% from 667); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF1D0 is #250E2F. Grayscale: #E6E6E6. Windows color (decimal): -2428464 or 13693402. OLE color: 13693402.

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

Color convert

RGB 218 241 208 -
CMYK 0.10 0 0.14 0.05
HSL 101.82º 0.54% 0.88% -
HSV(B) 101.82º 0.14% 0.95% -
XYZ 71.75 82.37 71.79 -
YUV 230.36 115.38 119.18 -
System Red Green Blue C M Y K H S L
Decimal 218 241 208 0.10 0 0.14 0.05 101.82 0.54 0.88
Hex DA F1 D0 A 0 E 5 66 36 58
Octal 332 361 320 12 0 16 5 146 66 130
Binary 11011010 11110001 11010000 1010 0 1110 101 1100110 110110 1011000

Color Harmonies of #DAF1D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF1D0

Black with #DAF1D0

Text Example


Text Example

White with #DAF1D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF1D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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