#DAEDB5

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

Shades of Reef #DAEDB5

Tints of Reef #DAEDB5

Color information

#DAEDB5 (or 0xDAEDB5) is unknown color: approx Reef. HEX triplet: DA, ED and B5. RGB value is (218,237,181). Sum of RGB (Red+Green+Blue) = 218+237+181=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 181 (71.09% from 255 or 28.46% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDB5 is #25124A. Grayscale: #E1E1E1. Windows color (decimal): -2429515 or 11922906. OLE color: 11922906.

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

Color convert

RGB218237181-
CMYK0.0800.240.07
HSL80.36º60.87%81.96%-
HSV(B)80.36º23.63%92.94%-
XYZ67.5478.8155.37-
YUV224.94103.21123.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.28%
GREEN value IS 237 (92.97% from 255) = 37.26%
BLUE value IS 181 (71.09% from 255) = 28.46%
R=34.28%
G=37.26%
B=28.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182371810.0800.240.0780.3660.8781.96
HexDAEDB580187503d52
Octal33235526510030712075122
Binary110110101110110110110101100001100011110100001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEDB5; }

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

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

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

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

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

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

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

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