#DAF9AE

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

Shades of Reef #DAF9AE

Tints of Reef #DAF9AE

Color information

#DAF9AE (or 0xDAF9AE) is unknown color: approx Reef. HEX triplet: DA, F9 and AE. RGB value is (218,249,174). Sum of RGB (Red+Green+Blue) = 218+249+174=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 249 (97.66% from 255 or 38.85% from 641); Blue value is 174 (68.36% from 255 or 27.15% from 641); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF9AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF9AE is #250651. Grayscale: #E7E7E7. Windows color (decimal): -2426450 or 11467226. OLE color: 11467226.

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

Color convert

RGB218249174-
CMYK0.1200.300.02
HSL84.8º86.21%82.94%-
HSV(B)84.8º30.12%97.65%-
XYZ70.4385.7152.88-
YUV231.1895.73118.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.01%
GREEN value IS 249 (97.66% from 255) = 38.85%
BLUE value IS 174 (68.36% from 255) = 27.15%
R=34.01%
G=38.85%
B=27.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182491740.1200.300.0284.886.2182.94
HexDAF9AEC01E2555653
Octal332371256140362125126123
Binary110110101111100110101110110001111010101010110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF9AE; }

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

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

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

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

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

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

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

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