#DAECB1

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

Shades of Reef #DAECB1

Tints of Reef #DAECB1

Color information

#DAECB1 (or 0xDAECB1) is unknown color: approx Reef. HEX triplet: DA, EC and B1. RGB value is (218,236,177). Sum of RGB (Red+Green+Blue) = 218+236+177=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 177 (69.53% from 255 or 28.05% from 631); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAECB1 is #25134E. Grayscale: #E0E0E0. Windows color (decimal): -2429775 or 11660506. OLE color: 11660506.

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

Color convert

RGB218236177-
CMYK0.0800.250.07
HSL78.31º60.82%80.98%-
HSV(B)78.31º25%92.55%-
XYZ66.8478.0753.14-
YUV223.89101.54123.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.55%
GREEN value IS 236 (92.58% from 255) = 37.40%
BLUE value IS 177 (69.53% from 255) = 28.05%
R=34.55%
G=37.40%
B=28.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182361770.0800.250.0778.3160.8280.98
HexDAECB1801974e3d51
Octal33235426110031711675121
Binary110110101110110010110001100001100111110011101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAECB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAECB1; }

 p { color: rgb(218,236,177); }

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

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

 a { background-color: rgb(218,236,177); }

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

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

 span { border-color: rgb(218,236,177); }

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