#DAFFA0

Color #DAFFA0 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #DAFFA0

Tints of Reef #DAFFA0

Color information

#DAFFA0 (or 0xDAFFA0) is unknown color: approx 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

RGB218255160-
CMYK0.1500.370
HSL83.37º100%81.37%-
HSV(B)83.37º37.25%100%-
XYZ71.0288.9646.69-
YUV233.1186.74117.22-

RGB Variations

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

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 (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182551600.1500.37083.3710081.37
HexDAFFA0F0250536451
Octal332377240170450123144121
Binary110110101111111110100000111101001010101001111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>