Html Css Color HEX #DAFBCE Snowy Mint

📋 copy color: '#DAFBCE'

red 218 ◦ green 251 ◦ blue 206

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

Shades of Snowy Mint #DAFBCE

Tints of Snowy Mint #DAFBCE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.19%

 BLUE value IS 206 (80.86% from 255) = 30.52%

R = 32.3%
G = 37.19%
B = 30.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#DAFBCE (or 0xDAFBCE) is known color: Snowy Mint. HEX triplet: DA, FB and CE. RGB value is (218,251,206). Sum of RGB (Red+Green+Blue) = 218+251+206=675 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.30% from 675); Green value is 251 (98.44% from 255 or 37.19% from 675); Blue value is 206 (80.86% from 255 or 30.52% from 675); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBCE is #250431. Grayscale: #ECECEC. Windows color (decimal): -2425906 or 13564890. OLE color: 13564890.

HSL color Cylindrical-coordinate representation of color #DAFBCE: hue angle of 104º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAFBCE is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 251 206 -
CMYK 0.13 0 0.18 0.02
HSL 104º 0.85% 0.9% -
HSV(B) 104º 0.18% 0.98% -
XYZ 74.55 88.36 71.52 -
YUV 236 111.07 115.16 -
System Red Green Blue C M Y K H S L
Decimal 218 251 206 0.13 0 0.18 0.02 104 0.85 0.9
Hex DA FB CE D 0 12 2 68 55 5A
Octal 332 373 316 15 0 22 2 150 125 132
Binary 11011010 11111011 11001110 1101 0 10010 10 1101000 1010101 1011010

Color Harmonies of #DAFBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFBCE

Black with #DAFBCE

Text Example


Text Example

White with #DAFBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFBCE; }

 p { color: rgb(218,251,206); }

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

background-color css

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

 a { background-color: rgb(218,251,206); }

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

border-color css

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

 span { border-color: rgb(218,251,206); }

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