#DAFFA4

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

Shades of Reef #DAFFA4

Tints of Reef #DAFFA4

Color information

#DAFFA4 (or 0xDAFFA4) is unknown color: approx Reef. HEX triplet: DA, FF and A4. RGB value is (218,255,164). Sum of RGB (Red+Green+Blue) = 218+255+164=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 164 (64.45% from 255 or 25.75% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFFA4 is #25005B. Grayscale: #E9E9E9. Windows color (decimal): -2424924 or 10813402. OLE color: 10813402.

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

Color convert

RGB218255164-
CMYK0.1500.360
HSL84.4º100%82.16%-
HSV(B)84.4º35.69%100%-
XYZ71.3789.1148.56-
YUV233.5688.74116.9-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.22%
GREEN value IS 255 (100% from 255) = 40.03%
BLUE value IS 164 (64.45% from 255) = 25.75%
R=34.22%
G=40.03%
B=25.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182551640.1500.36084.410082.16
HexDAFFA4F0240546452
Octal332377244170440124144122
Binary110110101111111110100100111101001000101010011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFFA4; }

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

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

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

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

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

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

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

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