#DAED95

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

Shades of Reef #DAED95

Tints of Reef #DAED95

Color information

#DAED95 (or 0xDAED95) is unknown color: approx Reef. HEX triplet: DA, ED and 95. RGB value is (218,237,149). Sum of RGB (Red+Green+Blue) = 218+237+149=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 149 (58.59% from 255 or 24.67% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #DAED95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAED95 is #25126A. Grayscale: #DDDDDD. Windows color (decimal): -2429547 or 9825754. OLE color: 9825754.

HSL color Cylindrical-coordinate representation of color #DAED95: hue angle of 72.95º degrees, saturation: 0.71, 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 #DAED95 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB218237149-
CMYK0.0800.370.07
HSL72.95º70.97%75.69%-
HSV(B)72.95º37.13%92.94%-
XYZ64.6277.6440.01-
YUV221.2987.21125.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.09%
GREEN value IS 237 (92.97% from 255) = 39.24%
BLUE value IS 149 (58.59% from 255) = 24.67%
R=36.09%
G=39.24%
B=24.67%

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
Decimal2182371490.0800.370.0772.9570.9775.69
HexDAED958025749474c
Octal332355225100457111107114
Binary11011010111011011001010110000100101111100100110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAED95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAED95; }

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

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

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

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

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

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

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

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