#DAFFA7

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

Shades of Reef #DAFFA7

Tints of Reef #DAFFA7

Color information

#DAFFA7 (or 0xDAFFA7) is unknown color: approx Reef. HEX triplet: DA, FF and A7. RGB value is (218,255,167). Sum of RGB (Red+Green+Blue) = 218+255+167=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 167 (65.62% from 255 or 26.09% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFFA7 is #250058. Grayscale: #EAEAEA. Windows color (decimal): -2424921 or 11010010. OLE color: 11010010.

HSL color Cylindrical-coordinate representation of color #DAFFA7: hue angle of 85.23º 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 #DAFFA7 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB218255167-
CMYK0.1500.350
HSL85.23º100%82.75%-
HSV(B)85.23º34.51%100%-
XYZ71.6589.2250-
YUV233.9190.24116.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.06%
GREEN value IS 255 (100% from 255) = 39.84%
BLUE value IS 167 (65.62% from 255) = 26.09%
R=34.06%
G=39.84%
B=26.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182551670.1500.35085.2310082.75
HexDAFFA7F0230556453
Octal332377247170430125144123
Binary110110101111111110100111111101000110101010111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFFA7; }

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

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

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

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

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

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

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

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