#DBEC9A

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

Shades of Reef #DBEC9A

Tints of Reef #DBEC9A

Color information

#DBEC9A (or 0xDBEC9A) is unknown color: approx Reef. HEX triplet: DB, EC and 9A. RGB value is (219,236,154). Sum of RGB (Red+Green+Blue) = 219+236+154=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 236 (92.58% from 255 or 38.75% from 609); Blue value is 154 (60.55% from 255 or 25.29% from 609); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEC9A is #241365. Grayscale: #DDDDDD. Windows color (decimal): -2364262 or 10153179. OLE color: 10153179.

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

Color convert

RGB219236154-
CMYK0.0700.350.07
HSL72.44º68.33%76.47%-
HSV(B)72.44º34.75%92.55%-
XYZ65.0477.3842.08-
YUV221.5789.87126.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.96%
GREEN value IS 236 (92.58% from 255) = 38.75%
BLUE value IS 154 (60.55% from 255) = 25.29%
R=35.96%
G=38.75%
B=25.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192361540.0700.350.0772.4468.3376.47
HexDBEC9A7023748444c
Octal33335423270437110104114
Binary1101101111101100100110101110100011111100100010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEC9A; }

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

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

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

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

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

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

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

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