#DAFD9E

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

Shades of Reef #DAFD9E

Tints of Reef #DAFD9E

Color information

#DAFD9E (or 0xDAFD9E) is unknown color: approx Reef. HEX triplet: DA, FD and 9E. RGB value is (218,253,158). Sum of RGB (Red+Green+Blue) = 218+253+158=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 253 (99.22% from 255 or 40.22% from 629); Blue value is 158 (62.11% from 255 or 25.12% from 629); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFD9E is #250261. Grayscale: #E8E8E8. Windows color (decimal): -2425442 or 10419674. OLE color: 10419674.

HSL color Cylindrical-coordinate representation of color #DAFD9E: hue angle of 82.11º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAFD9E is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB218253158-
CMYK0.1400.380.01
HSL82.11º95.96%80.59%-
HSV(B)82.11º37.55%99.22%-
XYZ70.2187.6245.56-
YUV231.786.4118.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.66%
GREEN value IS 253 (99.22% from 255) = 40.22%
BLUE value IS 158 (62.11% from 255) = 25.12%
R=34.66%
G=40.22%
B=25.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182531580.1400.380.0182.1195.9680.59
HexDAFD9EE0261526051
Octal332375236160461122140121
Binary110110101111110110011110111001001101101001011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFD9E; }

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

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

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

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

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

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

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

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