Html Css Color HEX #DAFFA6 Reef

📋 copy color: '#DAFFA6'

red 218 ◦ green 255 ◦ blue 166

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

Shades of Reef #DAFFA6

Tints of Reef #DAFFA6

RGB

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

 GREEN value IS 255 (100% from 255) = 39.91%

 BLUE value IS 166 (65.23% from 255) = 25.98%

R = 34.12%
G = 39.91%
B = 25.98%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#DAFFA6 (or 0xDAFFA6) is known color: Reef. HEX triplet: DA, FF and A6. RGB value is (218,255,166). Sum of RGB (Red+Green+Blue) = 218+255+166=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 166 (65.23% from 255 or 25.98% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFFA6 is #250059. Grayscale: #EAEAEA. Windows color (decimal): -2424922 or 10944474. OLE color: 10944474.

HSL color Cylindrical-coordinate representation of color #DAFFA6: hue angle of 84.94º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAFFA6 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB 218 255 166 -
CMYK 0.15 0 0.35 0
HSL 84.94º 1% 0.83% -
HSV(B) 84.94º 0.35% 1% -
XYZ 71.56 89.18 49.52 -
YUV 233.79 89.74 116.74 -
System Red Green Blue C M Y K H S L
Decimal 218 255 166 0.15 0 0.35 0 84.94 1 0.83
Hex DA FF A6 F 0 23 0 55 64 53
Octal 332 377 246 17 0 43 0 125 144 123
Binary 11011010 11111111 10100110 1111 0 100011 0 1010101 1100100 1010011

Color Harmonies of #DAFFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFFA6

Black with #DAFFA6

Text Example


Text Example

White with #DAFFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFFA6; }

 p { color: rgb(218,255,166); }

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

background-color css

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

 a { background-color: rgb(218,255,166); }

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

border-color css

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

 span { border-color: rgb(218,255,166); }

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