#DAEDA1

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

Shades of Reef #DAEDA1

Tints of Reef #DAEDA1

Color information

#DAEDA1 (or 0xDAEDA1) is unknown color: approx Reef. HEX triplet: DA, ED and A1. RGB value is (218,237,161). Sum of RGB (Red+Green+Blue) = 218+237+161=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 161 (63.28% from 255 or 26.14% from 616); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEDA1 is #25125E. Grayscale: #DEDEDE. Windows color (decimal): -2429535 or 10612186. OLE color: 10612186.

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

Color convert

RGB218237161-
CMYK0.0800.320.07
HSL75º67.86%78.04%-
HSV(B)75º32.07%92.94%-
XYZ65.6378.0545.32-
YUV222.6593.21124.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.39%
GREEN value IS 237 (92.97% from 255) = 38.47%
BLUE value IS 161 (63.28% from 255) = 26.14%
R=35.39%
G=38.47%
B=26.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182371610.0800.320.077567.8678.04
HexDAEDA1802074b444e
Octal332355241100407113104116
Binary11011010111011011010000110000100000111100101110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEDA1; }

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

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

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

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

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

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

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

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