#DAEAB2

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

Shades of Reef #DAEAB2

Tints of Reef #DAEAB2

Color information

#DAEAB2 (or 0xDAEAB2) is unknown color: approx Reef. HEX triplet: DA, EA and B2. RGB value is (218,234,178). Sum of RGB (Red+Green+Blue) = 218+234+178=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 234 (91.80% from 255 or 37.14% from 630); Blue value is 178 (69.92% from 255 or 28.25% from 630); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEAB2 is #25154D. Grayscale: #DFDFDF. Windows color (decimal): -2430286 or 11725530. OLE color: 11725530.

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

Color convert

RGB218234178-
CMYK0.0700.240.08
HSL77.14º57.14%80.78%-
HSV(B)77.14º23.93%91.76%-
XYZ66.3776.9753.48-
YUV222.83102.7124.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.60%
GREEN value IS 234 (91.80% from 255) = 37.14%
BLUE value IS 178 (69.92% from 255) = 28.25%
R=34.60%
G=37.14%
B=28.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182341780.0700.240.0877.1457.1480.78
HexDAEAB2701884d3951
Octal33235226270301011571121
Binary110110101110101010110010111011000100010011011110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEAB2; }

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

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

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

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

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

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

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

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