#DAEAB4

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

Shades of Reef #DAEAB4

Tints of Reef #DAEAB4

Color information

#DAEAB4 (or 0xDAEAB4) is unknown color: approx Reef. HEX triplet: DA, EA and B4. RGB value is (218,234,180). Sum of RGB (Red+Green+Blue) = 218+234+180=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 180 (70.70% from 255 or 28.48% from 632); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEAB4 is #25154B. Grayscale: #DFDFDF. Windows color (decimal): -2430284 or 11856602. OLE color: 11856602.

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

Color convert

RGB218234180-
CMYK0.0700.230.08
HSL77.78º56.25%81.18%-
HSV(B)77.78º23.08%91.76%-
XYZ66.5777.0554.54-
YUV223.06103.7124.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.49%
GREEN value IS 234 (91.80% from 255) = 37.03%
BLUE value IS 180 (70.70% from 255) = 28.48%
R=34.49%
G=37.03%
B=28.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182341800.0700.230.0877.7856.2581.18
HexDAEAB4701784e3851
Octal33235226470271011670121
Binary110110101110101010110100111010111100010011101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEAB4; }

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

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

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

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

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

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

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

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