Html Css Color HEX #DAFBCC Snowy Mint

📋 copy color: '#DAFBCC'

red 218 ◦ green 251 ◦ blue 204

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

Shades of Snowy Mint #DAFBCC

Tints of Snowy Mint #DAFBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 30.31%

R = 32.39%
G = 37.3%
B = 30.31%

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

#DAFBCC (or 0xDAFBCC) is known color: Snowy Mint. HEX triplet: DA, FB and CC. RGB value is (218,251,204). Sum of RGB (Red+Green+Blue) = 218+251+204=673 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.39% from 673); Green value is 251 (98.44% from 255 or 37.30% from 673); Blue value is 204 (80.08% from 255 or 30.31% from 673); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBCC is #250433. Grayscale: #EBEBEB. Windows color (decimal): -2425908 or 13433818. OLE color: 13433818.

HSL color Cylindrical-coordinate representation of color #DAFBCC: hue angle of 102.13º degrees, saturation: 0.85, 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 #DAFBCC is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 251 204 -
CMYK 0.13 0 0.19 0.02
HSL 102.13º 0.85% 0.89% -
HSV(B) 102.13º 0.19% 0.98% -
XYZ 74.31 88.26 70.25 -
YUV 235.78 110.07 115.32 -
System Red Green Blue C M Y K H S L
Decimal 218 251 204 0.13 0 0.19 0.02 102.13 0.85 0.89
Hex DA FB CC D 0 13 2 66 55 59
Octal 332 373 314 15 0 23 2 146 125 131
Binary 11011010 11111011 11001100 1101 0 10011 10 1100110 1010101 1011001

Color Harmonies of #DAFBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFBCC

Black with #DAFBCC

Text Example


Text Example

White with #DAFBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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