#DAEFA6

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

Shades of Reef #DAEFA6

Tints of Reef #DAEFA6

Color information

#DAEFA6 (or 0xDAEFA6) is unknown color: approx Reef. HEX triplet: DA, EF and A6. RGB value is (218,239,166). Sum of RGB (Red+Green+Blue) = 218+239+166=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 166 (65.23% from 255 or 26.65% from 623); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEFA6 is #251059. Grayscale: #E0E0E0. Windows color (decimal): -2429018 or 10940378. OLE color: 10940378.

HSL color Cylindrical-coordinate representation of color #DAEFA6: hue angle of 77.26º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAEFA6 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB218239166-
CMYK0.0900.310.06
HSL77.26º69.52%79.41%-
HSV(B)77.26º30.54%93.73%-
XYZ66.6679.3947.89-
YUV224.495.04123.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.99%
GREEN value IS 239 (93.75% from 255) = 38.36%
BLUE value IS 166 (65.23% from 255) = 26.65%
R=34.99%
G=38.36%
B=26.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182391660.0900.310.0677.2669.5279.41
HexDAEFA6901F64d464f
Octal332357246110376115106117
Binary1101101011101111101001101001011111110100110110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEFA6; }

 p { color: rgb(218,239,166); }

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

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

 a { background-color: rgb(218,239,166); }

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

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

 span { border-color: rgb(218,239,166); }

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