#DAEBAA

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

Shades of Reef #DAEBAA

Tints of Reef #DAEBAA

Color information

#DAEBAA (or 0xDAEBAA) is unknown color: approx Reef. HEX triplet: DA, EB and AA. RGB value is (218,235,170). Sum of RGB (Red+Green+Blue) = 218+235+170=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 170 (66.80% from 255 or 27.29% from 623); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEBAA is #251455. Grayscale: #DEDEDE. Windows color (decimal): -2430038 or 11201498. OLE color: 11201498.

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

Color convert

RGB218235170-
CMYK0.0700.280.08
HSL75.69º61.9%79.41%-
HSV(B)75.69º27.66%92.16%-
XYZ65.8877.2249.46-
YUV222.5198.37124.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.99%
GREEN value IS 235 (92.19% from 255) = 37.72%
BLUE value IS 170 (66.80% from 255) = 27.29%
R=34.99%
G=37.72%
B=27.29%

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
Decimal2182351700.0700.280.0875.6961.979.41
HexDAEBAA701C84c3e4f
Octal33235325270341011476117
Binary110110101110101110101010111011100100010011001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEBAA; }

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

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

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

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

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

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

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

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