#DAEAAC

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

Shades of Reef #DAEAAC

Tints of Reef #DAEAAC

Color information

#DAEAAC (or 0xDAEAAC) is unknown color: approx Reef. HEX triplet: DA, EA and AC. RGB value is (218,234,172). Sum of RGB (Red+Green+Blue) = 218+234+172=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 234 (91.80% from 255 or 37.5% from 624); Blue value is 172 (67.58% from 255 or 27.56% from 624); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEAAC is #251553. Grayscale: #DEDEDE. Windows color (decimal): -2430292 or 11332314. OLE color: 11332314.

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

Color convert

RGB218234172-
CMYK0.0700.260.08
HSL75.48º59.62%79.61%-
HSV(B)75.48º26.5%91.76%-
XYZ65.7876.7350.37-
YUV222.1599.7125.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.94%
GREEN value IS 234 (91.80% from 255) = 37.5%
BLUE value IS 172 (67.58% from 255) = 27.56%
R=34.94%
G=37.5%
B=27.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182341720.0700.260.0875.4859.6279.61
HexDAEAAC701A84b3c50
Octal33235225470321011374120
Binary110110101110101010101100111011010100010010111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEAAC; }

 p { color: rgb(218,234,172); }

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

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

 a { background-color: rgb(218,234,172); }

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

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

 span { border-color: rgb(218,234,172); }

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