#DAF7AD

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

Shades of Reef #DAF7AD

Tints of Reef #DAF7AD

Color information

#DAF7AD (or 0xDAF7AD) is unknown color: approx Reef. HEX triplet: DA, F7 and AD. RGB value is (218,247,173). Sum of RGB (Red+Green+Blue) = 218+247+173=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 247 (96.88% from 255 or 38.71% from 638); Blue value is 173 (67.97% from 255 or 27.12% from 638); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF7AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF7AD is #250852. Grayscale: #E6E6E6. Windows color (decimal): -2426963 or 11401178. OLE color: 11401178.

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

Color convert

RGB218247173-
CMYK0.1200.300.03
HSL83.51º82.22%82.35%-
HSV(B)83.51º29.96%96.86%-
XYZ69.7284.4452.16-
YUV229.8995.89119.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.17%
GREEN value IS 247 (96.88% from 255) = 38.71%
BLUE value IS 173 (67.97% from 255) = 27.12%
R=34.17%
G=38.71%
B=27.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182471730.1200.300.0383.5182.2282.35
HexDAF7ADC01E3545252
Octal332367255140363124122122
Binary110110101111011110101101110001111011101010010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF7AD; }

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

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

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

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

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

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

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

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