#DAED9A

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

Shades of Reef #DAED9A

Tints of Reef #DAED9A

Color information

#DAED9A (or 0xDAED9A) is unknown color: approx Reef. HEX triplet: DA, ED and 9A. RGB value is (218,237,154). Sum of RGB (Red+Green+Blue) = 218+237+154=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 154 (60.55% from 255 or 25.29% from 609); Max value from RGB is 237 - color contains mainly: green. Hex color #DAED9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAED9A is #251265. Grayscale: #DEDEDE. Windows color (decimal): -2429542 or 10153434. OLE color: 10153434.

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

Color convert

RGB218237154-
CMYK0.0800.350.07
HSL73.73º69.75%76.67%-
HSV(B)73.73º35.02%92.94%-
XYZ65.0377.8142.16-
YUV221.8689.71125.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.80%
GREEN value IS 237 (92.97% from 255) = 38.92%
BLUE value IS 154 (60.55% from 255) = 25.29%
R=35.80%
G=38.92%
B=25.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182371540.0800.350.0773.7369.7576.67
HexDAED9A802374a464d
Octal332355232100437112106115
Binary11011010111011011001101010000100011111100101010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAED9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAED9A; }

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

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

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

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

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

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

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

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