#DAEEA1

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

Shades of Reef #DAEEA1

Tints of Reef #DAEEA1

Color information

#DAEEA1 (or 0xDAEEA1) is unknown color: approx Reef. HEX triplet: DA, EE and A1. RGB value is (218,238,161). Sum of RGB (Red+Green+Blue) = 218+238+161=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 238 (93.36% from 255 or 38.57% from 617); Blue value is 161 (63.28% from 255 or 26.09% from 617); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEEA1 is #25115E. Grayscale: #DFDFDF. Windows color (decimal): -2429279 or 10612442. OLE color: 10612442.

HSL color Cylindrical-coordinate representation of color #DAEEA1: hue angle of 75.58º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAEEA1 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB218238161-
CMYK0.0800.320.07
HSL75.58º69.37%78.24%-
HSV(B)75.58º32.35%93.33%-
XYZ65.9278.6345.42-
YUV223.2492.87124.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.33%
GREEN value IS 238 (93.36% from 255) = 38.57%
BLUE value IS 161 (63.28% from 255) = 26.09%
R=35.33%
G=38.57%
B=26.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182381610.0800.320.0775.5869.3778.24
HexDAEEA1802074c454e
Octal332356241100407114105116
Binary11011010111011101010000110000100000111100110010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEEA1; }

 p { color: rgb(218,238,161); }

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

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

 a { background-color: rgb(218,238,161); }

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

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

 span { border-color: rgb(218,238,161); }

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