#DAEE95

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

Shades of Reef #DAEE95

Tints of Reef #DAEE95

Color information

#DAEE95 (or 0xDAEE95) is unknown color: approx Reef. HEX triplet: DA, EE and 95. RGB value is (218,238,149). Sum of RGB (Red+Green+Blue) = 218+238+149=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 238 (93.36% from 255 or 39.34% from 605); Blue value is 149 (58.59% from 255 or 24.63% from 605); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEE95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEE95 is #25116A. Grayscale: #DEDEDE. Windows color (decimal): -2429291 or 9826010. OLE color: 9826010.

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

Color convert

RGB218238149-
CMYK0.0800.370.07
HSL73.48º72.36%75.88%-
HSV(B)73.48º37.39%93.33%-
XYZ64.9178.2240.11-
YUV221.8786.87125.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.03%
GREEN value IS 238 (93.36% from 255) = 39.34%
BLUE value IS 149 (58.59% from 255) = 24.63%
R=36.03%
G=39.34%
B=24.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182381490.0800.370.0773.4872.3675.88
HexDAEE958025749484c
Octal332356225100457111110114
Binary11011010111011101001010110000100101111100100110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEE95; }

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

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

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

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

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

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

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

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