#DAF5AE

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

Shades of Reef #DAF5AE

Tints of Reef #DAF5AE

Color information

#DAF5AE (or 0xDAF5AE) is unknown color: approx Reef. HEX triplet: DA, F5 and AE. RGB value is (218,245,174). Sum of RGB (Red+Green+Blue) = 218+245+174=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 245 (96.09% from 255 or 38.46% from 637); Blue value is 174 (68.36% from 255 or 27.32% from 637); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF5AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF5AE is #250A51. Grayscale: #E5E5E5. Windows color (decimal): -2427474 or 11466202. OLE color: 11466202.

HSL color Cylindrical-coordinate representation of color #DAF5AE: hue angle of 82.82º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAF5AE is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB218245174-
CMYK0.1100.290.04
HSL82.82º78.02%82.16%-
HSV(B)82.82º28.98%96.08%-
XYZ69.2183.2752.47-
YUV228.8397.05120.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.22%
GREEN value IS 245 (96.09% from 255) = 38.46%
BLUE value IS 174 (68.36% from 255) = 27.32%
R=34.22%
G=38.46%
B=27.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182451740.1100.290.0482.8278.0282.16
HexDAF5AEB01D4534e52
Octal332365256130354123116122
Binary1101101011110101101011101011011101100101001110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF5AE; }

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

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

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

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

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

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

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

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