#DAF7AE

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

Shades of Reef #DAF7AE

Tints of Reef #DAF7AE

Color information

#DAF7AE (or 0xDAF7AE) is unknown color: approx Reef. HEX triplet: DA, F7 and AE. RGB value is (218,247,174). Sum of RGB (Red+Green+Blue) = 218+247+174=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 247 (96.88% from 255 or 38.65% from 639); Blue value is 174 (68.36% from 255 or 27.23% from 639); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF7AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF7AE is #250851. Grayscale: #E6E6E6. Windows color (decimal): -2426962 or 11466714. OLE color: 11466714.

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

Color convert

RGB218247174-
CMYK0.1200.300.03
HSL83.84º82.02%82.55%-
HSV(B)83.84º29.55%96.86%-
XYZ69.8184.4852.67-
YUV230.0196.39119.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.12%
GREEN value IS 247 (96.88% from 255) = 38.65%
BLUE value IS 174 (68.36% from 255) = 27.23%
R=34.12%
G=38.65%
B=27.23%

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
Decimal2182471740.1200.300.0383.8482.0282.55
HexDAF7AEC01E3545253
Octal332367256140363124122123
Binary110110101111011110101110110001111011101010010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF7AE; }

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

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

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

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

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

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

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

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