#DAEE93

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

Shades of Reef #DAEE93

Tints of Reef #DAEE93

Color information

#DAEE93 (or 0xDAEE93) is unknown color: approx Reef. HEX triplet: DA, EE and 93. RGB value is (218,238,147). Sum of RGB (Red+Green+Blue) = 218+238+147=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 238 (93.36% from 255 or 39.47% from 603); Blue value is 147 (57.81% from 255 or 24.38% from 603); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEE93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEE93 is #25116C. Grayscale: #DDDDDD. Windows color (decimal): -2429293 or 9694938. OLE color: 9694938.

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

Color convert

RGB218238147-
CMYK0.0800.380.07
HSL73.19º72.8%75.49%-
HSV(B)73.19º38.24%93.33%-
XYZ64.7578.1639.28-
YUV221.6585.87125.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.15%
GREEN value IS 238 (93.36% from 255) = 39.47%
BLUE value IS 147 (57.81% from 255) = 24.38%
R=36.15%
G=39.47%
B=24.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182381470.0800.380.0773.1972.875.49
HexDAEE938026749494b
Octal332356223100467111111113
Binary11011010111011101001001110000100110111100100110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEE93; }

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

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

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

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

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

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

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

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