#DAF3AA

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

Shades of Reef #DAF3AA

Tints of Reef #DAF3AA

Color information

#DAF3AA (or 0xDAF3AA) is unknown color: approx Reef. HEX triplet: DA, F3 and AA. RGB value is (218,243,170). Sum of RGB (Red+Green+Blue) = 218+243+170=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 243 (95.31% from 255 or 38.51% from 631); Blue value is 170 (66.80% from 255 or 26.94% from 631); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF3AA is #250C55. Grayscale: #E3E3E3. Windows color (decimal): -2427990 or 11203546. OLE color: 11203546.

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

Color convert

RGB218243170-
CMYK0.1000.300.05
HSL80.55º75.26%80.98%-
HSV(B)80.55º30.04%95.29%-
XYZ68.2281.9150.24-
YUV227.295.72121.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.55%
GREEN value IS 243 (95.31% from 255) = 38.51%
BLUE value IS 170 (66.80% from 255) = 26.94%
R=34.55%
G=38.51%
B=26.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182431700.1000.300.0580.5575.2680.98
HexDAF3AAA01E5514b51
Octal332363252120365121113121
Binary1101101011110011101010101010011110101101000110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF3AA; }

 p { color: rgb(218,243,170); }

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

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

 a { background-color: rgb(218,243,170); }

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

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

 span { border-color: rgb(218,243,170); }

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