#DAEBA9

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

Shades of Reef #DAEBA9

Tints of Reef #DAEBA9

Color information

#DAEBA9 (or 0xDAEBA9) is unknown color: approx Reef. HEX triplet: DA, EB and A9. RGB value is (218,235,169). Sum of RGB (Red+Green+Blue) = 218+235+169=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 235 (92.19% from 255 or 37.78% from 622); Blue value is 169 (66.41% from 255 or 27.17% from 622); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEBA9 is #251456. Grayscale: #DEDEDE. Windows color (decimal): -2430039 or 11135962. OLE color: 11135962.

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

Color convert

RGB218235169-
CMYK0.0700.280.08
HSL75.45º62.26%79.22%-
HSV(B)75.45º28.09%92.16%-
XYZ65.7877.1948.97-
YUV222.3997.87124.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.05%
GREEN value IS 235 (92.19% from 255) = 37.78%
BLUE value IS 169 (66.41% from 255) = 27.17%
R=35.05%
G=37.78%
B=27.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182351690.0700.280.0875.4562.2679.22
HexDAEBA9701C84b3e4f
Octal33235325170341011376117
Binary110110101110101110101001111011100100010010111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEBA9; }

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

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

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

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

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

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

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

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