Html Css Color HEX #DAFACB Snowy Mint

📋 copy color: '#DAFACB'

red 218 ◦ green 250 ◦ blue 203

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

Shades of Snowy Mint #DAFACB

Tints of Snowy Mint #DAFACB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.26%

 BLUE value IS 203 (79.69% from 255) = 30.25%

R = 32.49%
G = 37.26%
B = 30.25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#DAFACB (or 0xDAFACB) is known color: Snowy Mint. HEX triplet: DA, FA and CB. RGB value is (218,250,203). Sum of RGB (Red+Green+Blue) = 218+250+203=671 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.49% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 203 (79.69% from 255 or 30.25% from 671); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFACB is #250534. Grayscale: #EBEBEB. Windows color (decimal): -2426165 or 13368026. OLE color: 13368026.

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

Color convert

RGB 218 250 203 -
CMYK 0.13 0 0.19 0.02
HSL 100.85º 0.82% 0.89% -
HSV(B) 100.85º 0.19% 0.98% -
XYZ 73.88 87.59 69.51 -
YUV 235.07 109.9 115.82 -
System Red Green Blue C M Y K H S L
Decimal 218 250 203 0.13 0 0.19 0.02 100.85 0.82 0.89
Hex DA FA CB D 0 13 2 65 52 59
Octal 332 372 313 15 0 23 2 145 122 131
Binary 11011010 11111010 11001011 1101 0 10011 10 1100101 1010010 1011001

Color Harmonies of #DAFACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFACB

Black with #DAFACB

Text Example


Text Example

White with #DAFACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFACB; }

 p { color: rgb(218,250,203); }

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

background-color css

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

 a { background-color: rgb(218,250,203); }

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

border-color css

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

 span { border-color: rgb(218,250,203); }

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