#DAEDB3

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

Shades of Reef #DAEDB3

Tints of Reef #DAEDB3

Color information

#DAEDB3 (or 0xDAEDB3) is unknown color: approx Reef. HEX triplet: DA, ED and B3. RGB value is (218,237,179). Sum of RGB (Red+Green+Blue) = 218+237+179=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 179 (70.31% from 255 or 28.23% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDB3 is #25124C. Grayscale: #E0E0E0. Windows color (decimal): -2429517 or 11791834. OLE color: 11791834.

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

Color convert

RGB218237179-
CMYK0.0800.240.07
HSL79.66º61.7%81.57%-
HSV(B)79.66º24.47%92.94%-
XYZ67.3378.7354.3-
YUV224.71102.21123.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.38%
GREEN value IS 237 (92.97% from 255) = 37.38%
BLUE value IS 179 (70.31% from 255) = 28.23%
R=34.38%
G=37.38%
B=28.23%

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
Decimal2182371790.0800.240.0779.6661.781.57
HexDAEDB380187503e52
Octal33235526310030712076122
Binary110110101110110110110011100001100011110100001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEDB3; }

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

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

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

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

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

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

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

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