#DAEEB0

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

Shades of Reef #DAEEB0

Tints of Reef #DAEEB0

Color information

#DAEEB0 (or 0xDAEEB0) is unknown color: approx Reef. HEX triplet: DA, EE and B0. RGB value is (218,238,176). Sum of RGB (Red+Green+Blue) = 218+238+176=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 176 (69.14% from 255 or 27.85% from 632); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEEB0 is #25114F. Grayscale: #E1E1E1. Windows color (decimal): -2429264 or 11595482. OLE color: 11595482.

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

Color convert

RGB218238176-
CMYK0.0800.260.07
HSL79.35º64.58%81.18%-
HSV(B)79.35º26.05%93.33%-
XYZ67.3279.1952.81-
YUV224.95100.37123.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.49%
GREEN value IS 238 (93.36% from 255) = 37.66%
BLUE value IS 176 (69.14% from 255) = 27.85%
R=34.49%
G=37.66%
B=27.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182381760.0800.260.0779.3564.5881.18
HexDAEEB0801A74f4151
Octal332356260100327117101121
Binary1101101011101110101100001000011010111100111110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEEB0; }

 p { color: rgb(218,238,176); }

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

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

 a { background-color: rgb(218,238,176); }

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

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

 span { border-color: rgb(218,238,176); }

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