#DAF1AE

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

Shades of Reef #DAF1AE

Tints of Reef #DAF1AE

Color information

#DAF1AE (or 0xDAF1AE) is unknown color: approx Reef. HEX triplet: DA, F1 and AE. RGB value is (218,241,174). Sum of RGB (Red+Green+Blue) = 218+241+174=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 241 (94.53% from 255 or 38.07% from 633); Blue value is 174 (68.36% from 255 or 27.49% from 633); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF1AE is #250E51. Grayscale: #E2E2E2. Windows color (decimal): -2428498 or 11465178. OLE color: 11465178.

HSL color Cylindrical-coordinate representation of color #DAF1AE: hue angle of 80.6º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAF1AE is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB218241174-
CMYK0.1000.280.05
HSL80.6º70.53%81.37%-
HSV(B)80.6º27.8%94.51%-
XYZ68.0180.8752.07-
YUV226.4898.38121.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.44%
GREEN value IS 241 (94.53% from 255) = 38.07%
BLUE value IS 174 (68.36% from 255) = 27.49%
R=34.44%
G=38.07%
B=27.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182411740.1000.280.0580.670.5381.37
HexDAF1AEA01C5514751
Octal332361256120345121107121
Binary1101101011110001101011101010011100101101000110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF1AE; }

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

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

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

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

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

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

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

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