#DAEBB2

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

Shades of Reef #DAEBB2

Tints of Reef #DAEBB2

Color information

#DAEBB2 (or 0xDAEBB2) is unknown color: approx Reef. HEX triplet: DA, EB and B2. RGB value is (218,235,178). Sum of RGB (Red+Green+Blue) = 218+235+178=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 178 (69.92% from 255 or 28.21% from 631); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEBB2 is #25144D. Grayscale: #DFDFDF. Windows color (decimal): -2430030 or 11725786. OLE color: 11725786.

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

Color convert

RGB218235178-
CMYK0.0700.240.08
HSL77.89º58.76%80.98%-
HSV(B)77.89º24.26%92.16%-
XYZ66.6677.5453.57-
YUV223.42102.37124.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.55%
GREEN value IS 235 (92.19% from 255) = 37.24%
BLUE value IS 178 (69.92% from 255) = 28.21%
R=34.55%
G=37.24%
B=28.21%

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
Decimal2182351780.0700.240.0877.8958.7680.98
HexDAEBB2701884e3b51
Octal33235326270301011673121
Binary110110101110101110110010111011000100010011101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEBB2; }

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

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

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

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

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

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

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

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