#DAF7AB

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

Shades of Reef #DAF7AB

Tints of Reef #DAF7AB

Color information

#DAF7AB (or 0xDAF7AB) is unknown color: approx Reef. HEX triplet: DA, F7 and AB. RGB value is (218,247,171). Sum of RGB (Red+Green+Blue) = 218+247+171=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 247 (96.88% from 255 or 38.84% from 636); Blue value is 171 (67.19% from 255 or 26.89% from 636); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF7AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF7AB is #250854. Grayscale: #E5E5E5. Windows color (decimal): -2426965 or 11270106. OLE color: 11270106.

HSL color Cylindrical-coordinate representation of color #DAF7AB: hue angle of 82.89º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAF7AB is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB218247171-
CMYK0.1200.310.03
HSL82.89º82.61%81.96%-
HSV(B)82.89º30.77%96.86%-
XYZ69.5284.3751.15-
YUV229.6694.89119.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.28%
GREEN value IS 247 (96.88% from 255) = 38.84%
BLUE value IS 171 (67.19% from 255) = 26.89%
R=34.28%
G=38.84%
B=26.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182471710.1200.310.0382.8982.6181.96
HexDAF7ABC01F3535352
Octal332367253140373123123122
Binary110110101111011110101011110001111111101001110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF7AB; }

 p { color: rgb(218,247,171); }

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

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

 a { background-color: rgb(218,247,171); }

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

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

 span { border-color: rgb(218,247,171); }

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