#DAFB9E

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

Shades of Reef #DAFB9E

Tints of Reef #DAFB9E

Color information

#DAFB9E (or 0xDAFB9E) is unknown color: approx Reef. HEX triplet: DA, FB and 9E. RGB value is (218,251,158). Sum of RGB (Red+Green+Blue) = 218+251+158=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 251 (98.44% from 255 or 40.03% from 627); Blue value is 158 (62.11% from 255 or 25.20% from 627); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFB9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFB9E is #250461. Grayscale: #E6E6E6. Windows color (decimal): -2425954 or 10419162. OLE color: 10419162.

HSL color Cylindrical-coordinate representation of color #DAFB9E: hue angle of 81.29º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAFB9E is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB218251158-
CMYK0.1300.370.02
HSL81.29º92.08%80.2%-
HSV(B)81.29º37.05%98.43%-
XYZ69.5886.3745.35-
YUV230.5387.07119.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.77%
GREEN value IS 251 (98.44% from 255) = 40.03%
BLUE value IS 158 (62.11% from 255) = 25.20%
R=34.77%
G=40.03%
B=25.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182511580.1300.370.0281.2992.0880.2
HexDAFB9ED0252515c50
Octal332373236150452121134120
Binary1101101011111011100111101101010010110101000110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFB9E; }

 p { color: rgb(218,251,158); }

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

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

 a { background-color: rgb(218,251,158); }

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

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

 span { border-color: rgb(218,251,158); }

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