#DAF3A8

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

Shades of Reef #DAF3A8

Tints of Reef #DAF3A8

Color information

#DAF3A8 (or 0xDAF3A8) is unknown color: approx Reef. HEX triplet: DA, F3 and A8. RGB value is (218,243,168). Sum of RGB (Red+Green+Blue) = 218+243+168=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 243 (95.31% from 255 or 38.63% from 629); Blue value is 168 (66.02% from 255 or 26.71% from 629); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF3A8 is #250C57. Grayscale: #E3E3E3. Windows color (decimal): -2427992 or 11072474. OLE color: 11072474.

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

Color convert

RGB218243168-
CMYK0.1000.310.05
HSL80º75.76%80.59%-
HSV(B)80º30.86%95.29%-
XYZ68.0381.8349.26-
YUV226.9794.72121.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.66%
GREEN value IS 243 (95.31% from 255) = 38.63%
BLUE value IS 168 (66.02% from 255) = 26.71%
R=34.66%
G=38.63%
B=26.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182431680.1000.310.058075.7680.59
HexDAF3A8A01F5504c51
Octal332363250120375120114121
Binary1101101011110011101010001010011111101101000010011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF3A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF3A8; }

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

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

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

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

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

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

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

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