Html Css Color HEX #DAFFA0 Reef

📋 copy color: '#DAFFA0'

red 218 ◦ green 255 ◦ blue 160

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

Shades of Reef #DAFFA0

Tints of Reef #DAFFA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 25.28%

R = 34.44%
G = 40.28%
B = 25.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#DAFFA0 (or 0xDAFFA0) is known color: Reef. HEX triplet: DA, FF and A0. RGB value is (218,255,160). Sum of RGB (Red+Green+Blue) = 218+255+160=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 160 (62.89% from 255 or 25.28% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFFA0 is #25005F. Grayscale: #E9E9E9. Windows color (decimal): -2424928 or 10551258. OLE color: 10551258.

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

Color convert

RGB 218 255 160 -
CMYK 0.15 0 0.37 0
HSL 83.37º 1% 0.81% -
HSV(B) 83.37º 0.37% 1% -
XYZ 71.02 88.96 46.69 -
YUV 233.11 86.74 117.22 -
System Red Green Blue C M Y K H S L
Decimal 218 255 160 0.15 0 0.37 0 83.37 1 0.81
Hex DA FF A0 F 0 25 0 53 64 51
Octal 332 377 240 17 0 45 0 123 144 121
Binary 11011010 11111111 10100000 1111 0 100101 0 1010011 1100100 1010001

Color Harmonies of #DAFFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFFA0

Black with #DAFFA0

Text Example


Text Example

White with #DAFFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFFA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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