#DAEBB6

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

Shades of Reef #DAEBB6

Tints of Reef #DAEBB6

Color information

#DAEBB6 (or 0xDAEBB6) is unknown color: approx Reef. HEX triplet: DA, EB and B6. RGB value is (218,235,182). Sum of RGB (Red+Green+Blue) = 218+235+182=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 182 (71.48% from 255 or 28.66% from 635); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBB6 is #251449. Grayscale: #E0E0E0. Windows color (decimal): -2430026 or 11987930. OLE color: 11987930.

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

Color convert

RGB218235182-
CMYK0.0700.230.08
HSL79.25º56.99%81.76%-
HSV(B)79.25º22.55%92.16%-
XYZ67.0777.755.72-
YUV223.88104.37123.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.33%
GREEN value IS 235 (92.19% from 255) = 37.01%
BLUE value IS 182 (71.48% from 255) = 28.66%
R=34.33%
G=37.01%
B=28.66%

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
Decimal2182351820.0700.230.0879.2556.9981.76
HexDAEBB6701784f3952
Octal33235326670271011771122
Binary110110101110101110110110111010111100010011111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEBB6; }

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

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

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

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

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

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

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

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