#DAEBA4

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

Shades of Reef #DAEBA4

Tints of Reef #DAEBA4

Color information

#DAEBA4 (or 0xDAEBA4) is unknown color: approx Reef. HEX triplet: DA, EB and A4. RGB value is (218,235,164). Sum of RGB (Red+Green+Blue) = 218+235+164=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 164 (64.45% from 255 or 26.58% from 617); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEBA4 is #25145B. Grayscale: #DEDEDE. Windows color (decimal): -2430044 or 10808282. OLE color: 10808282.

HSL color Cylindrical-coordinate representation of color #DAEBA4: hue angle of 74.37º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAEBA4 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB218235164-
CMYK0.0700.300.08
HSL74.37º63.96%78.24%-
HSV(B)74.37º30.21%92.16%-
XYZ65.327746.54-
YUV221.8295.37125.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.33%
GREEN value IS 235 (92.19% from 255) = 38.09%
BLUE value IS 164 (64.45% from 255) = 26.58%
R=35.33%
G=38.09%
B=26.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182351640.0700.300.0874.3763.9678.24
HexDAEBA4701E84a404e
Octal332353244703610112100116
Binary1101101011101011101001001110111101000100101010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEBA4; }

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

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

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

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

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

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

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

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