#DAEDB1

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

Shades of Reef #DAEDB1

Tints of Reef #DAEDB1

Color information

#DAEDB1 (or 0xDAEDB1) is unknown color: approx Reef. HEX triplet: DA, ED and B1. RGB value is (218,237,177). Sum of RGB (Red+Green+Blue) = 218+237+177=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 177 (69.53% from 255 or 28.01% from 632); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEDB1 is #25124E. Grayscale: #E0E0E0. Windows color (decimal): -2429519 or 11660762. OLE color: 11660762.

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

Color convert

RGB218237177-
CMYK0.0800.250.07
HSL79º62.5%81.18%-
HSV(B)79º25.32%92.94%-
XYZ67.1378.6553.24-
YUV224.48101.21123.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.49%
GREEN value IS 237 (92.97% from 255) = 37.5%
BLUE value IS 177 (69.53% from 255) = 28.01%
R=34.49%
G=37.5%
B=28.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182371770.0800.250.077962.581.18
HexDAEDB1801974f3e51
Octal33235526110031711776121
Binary110110101110110110110001100001100111110011111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEDB1; }

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

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

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

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

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

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

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

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