#DAED97

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

Shades of Reef #DAED97

Tints of Reef #DAED97

Color information

#DAED97 (or 0xDAED97) is unknown color: approx Reef. HEX triplet: DA, ED and 97. RGB value is (218,237,151). Sum of RGB (Red+Green+Blue) = 218+237+151=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 151 (59.38% from 255 or 24.92% from 606); Max value from RGB is 237 - color contains mainly: green. Hex color #DAED97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAED97 is #251268. Grayscale: #DDDDDD. Windows color (decimal): -2429545 or 9956826. OLE color: 9956826.

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

Color convert

RGB218237151-
CMYK0.0800.360.07
HSL73.26º70.49%76.08%-
HSV(B)73.26º36.29%92.94%-
XYZ64.7877.7140.86-
YUV221.5288.21125.49-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.97%
GREEN value IS 237 (92.97% from 255) = 39.11%
BLUE value IS 151 (59.38% from 255) = 24.92%
R=35.97%
G=39.11%
B=24.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182371510.0800.360.0773.2670.4976.08
HexDAED978024749464c
Octal332355227100447111106114
Binary11011010111011011001011110000100100111100100110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAED97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAED97; }

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

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

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

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

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

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

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

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