#DAEB9D

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

Shades of Reef #DAEB9D

Tints of Reef #DAEB9D

Color information

#DAEB9D (or 0xDAEB9D) is unknown color: approx Reef. HEX triplet: DA, EB and 9D. RGB value is (218,235,157). Sum of RGB (Red+Green+Blue) = 218+235+157=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 157 (61.72% from 255 or 25.74% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEB9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEB9D is #251462. Grayscale: #DDDDDD. Windows color (decimal): -2430051 or 10349530. OLE color: 10349530.

HSL color Cylindrical-coordinate representation of color #DAEB9D: hue angle of 73.08º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAEB9D is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB218235157-
CMYK0.0700.330.08
HSL73.08º66.1%76.86%-
HSV(B)73.08º33.19%92.16%-
XYZ64.7176.7643.3-
YUV221.0291.87125.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.74%
GREEN value IS 235 (92.19% from 255) = 38.52%
BLUE value IS 157 (61.72% from 255) = 25.74%
R=35.74%
G=38.52%
B=25.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182351570.0700.330.0873.0866.176.86
HexDAEB9D7021849424d
Octal332353235704110111102115
Binary11011010111010111001110111101000011000100100110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEB9D; }

 p { color: rgb(218,235,157); }

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

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

 a { background-color: rgb(218,235,157); }

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

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

 span { border-color: rgb(218,235,157); }

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