Html Css Color HEX #DAFFAA Reef

📋 copy color: '#DAFFAA'

red 218 ◦ green 255 ◦ blue 170

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

Shades of Reef #DAFFAA

Tints of Reef #DAFFAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 26.44%

R = 33.9%
G = 39.66%
B = 26.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#DAFFAA (or 0xDAFFAA) is known color: Reef. HEX triplet: DA, FF and AA. RGB value is (218,255,170). Sum of RGB (Red+Green+Blue) = 218+255+170=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 170 (66.80% from 255 or 26.44% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFFAA is #250055. Grayscale: #EAEAEA. Windows color (decimal): -2424918 or 11206618. OLE color: 11206618.

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

Color convert

RGB 218 255 170 -
CMYK 0.15 0 0.33 0
HSL 86.12º 1% 0.83% -
HSV(B) 86.12º 0.33% 1% -
XYZ 71.93 89.33 51.48 -
YUV 234.25 91.74 116.41 -
System Red Green Blue C M Y K H S L
Decimal 218 255 170 0.15 0 0.33 0 86.12 1 0.83
Hex DA FF AA F 0 21 0 56 64 53
Octal 332 377 252 17 0 41 0 126 144 123
Binary 11011010 11111111 10101010 1111 0 100001 0 1010110 1100100 1010011

Color Harmonies of #DAFFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFFAA

Black with #DAFFAA

Text Example


Text Example

White with #DAFFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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