#DAED94

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

Shades of Reef #DAED94

Tints of Reef #DAED94

Color information

#DAED94 (or 0xDAED94) is unknown color: approx Reef. HEX triplet: DA, ED and 94. RGB value is (218,237,148). Sum of RGB (Red+Green+Blue) = 218+237+148=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 237 (92.97% from 255 or 39.30% from 603); Blue value is 148 (58.20% from 255 or 24.54% from 603); Max value from RGB is 237 - color contains mainly: green. Hex color #DAED94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAED94 is #25126B. Grayscale: #DDDDDD. Windows color (decimal): -2429548 or 9760218. OLE color: 9760218.

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

Color convert

RGB218237148-
CMYK0.0800.380.07
HSL72.81º71.2%75.49%-
HSV(B)72.81º37.55%92.94%-
XYZ64.5477.6139.6-
YUV221.1786.71125.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.15%
GREEN value IS 237 (92.97% from 255) = 39.30%
BLUE value IS 148 (58.20% from 255) = 24.54%
R=36.15%
G=39.30%
B=24.54%

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
Decimal2182371480.0800.380.0772.8171.275.49
HexDAED948026749474b
Octal332355224100467111107113
Binary11011010111011011001010010000100110111100100110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAED94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAED94; }

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

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

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

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

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

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

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

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