#DAFFA2

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

Shades of Reef #DAFFA2

Tints of Reef #DAFFA2

Color information

#DAFFA2 (or 0xDAFFA2) is unknown color: approx Reef. HEX triplet: DA, FF and A2. RGB value is (218,255,162). Sum of RGB (Red+Green+Blue) = 218+255+162=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 162 (63.67% from 255 or 25.51% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFFA2 is #25005D. Grayscale: #E9E9E9. Windows color (decimal): -2424926 or 10682330. OLE color: 10682330.

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

Color convert

RGB218255162-
CMYK0.1500.360
HSL83.87º100%81.76%-
HSV(B)83.87º36.47%100%-
XYZ71.289.0347.62-
YUV233.3487.74117.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.33%
GREEN value IS 255 (100% from 255) = 40.16%
BLUE value IS 162 (63.67% from 255) = 25.51%
R=34.33%
G=40.16%
B=25.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182551620.1500.36083.8710081.76
HexDAFFA2F0240546452
Octal332377242170440124144122
Binary110110101111111110100010111101001000101010011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFFA2; }

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

 H1.HeaderClassName
 {
   color: #DAFFA2;
 }
 .AnyTagClassName
 {
   color: #DAFFA2;
 }
</style>
background-color css

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

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

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

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

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

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