#DBECA9

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

Shades of Reef #DBECA9

Tints of Reef #DBECA9

Color information

#DBECA9 (or 0xDBECA9) is unknown color: approx Reef. HEX triplet: DB, EC and A9. RGB value is (219,236,169). Sum of RGB (Red+Green+Blue) = 219+236+169=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 236 (92.58% from 255 or 37.82% from 624); Blue value is 169 (66.41% from 255 or 27.08% from 624); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBECA9 is #241356. Grayscale: #DFDFDF. Windows color (decimal): -2364247 or 11136219. OLE color: 11136219.

HSL color Cylindrical-coordinate representation of color #DBECA9: hue angle of 75.22º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBECA9 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB219236169-
CMYK0.0700.280.07
HSL75.22º63.81%79.41%-
HSV(B)75.22º28.39%92.55%-
XYZ66.3777.9249.08-
YUV223.2897.37124.95-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.10%
GREEN value IS 236 (92.58% from 255) = 37.82%
BLUE value IS 169 (66.41% from 255) = 27.08%
R=35.10%
G=37.82%
B=27.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192361690.0700.280.0775.2263.8179.41
HexDBECA9701C74b404f
Octal33335425170347113100117
Binary110110111110110010101001111011100111100101110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBECA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBECA9; }

 p { color: rgb(219,236,169); }

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

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

 a { background-color: rgb(219,236,169); }

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

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

 span { border-color: rgb(219,236,169); }

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