#DBEC9C

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

Shades of Reef #DBEC9C

Tints of Reef #DBEC9C

Color information

#DBEC9C (or 0xDBEC9C) is unknown color: approx Reef. HEX triplet: DB, EC and 9C. RGB value is (219,236,156). Sum of RGB (Red+Green+Blue) = 219+236+156=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 156 (61.33% from 255 or 25.53% from 611); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEC9C is #241363. Grayscale: #DEDEDE. Windows color (decimal): -2364260 or 10284251. OLE color: 10284251.

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

Color convert

RGB219236156-
CMYK0.0700.340.07
HSL72.75º67.8%76.86%-
HSV(B)72.75º33.9%92.55%-
XYZ65.2177.4542.97-
YUV221.890.87126-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.84%
GREEN value IS 236 (92.58% from 255) = 38.63%
BLUE value IS 156 (61.33% from 255) = 25.53%
R=35.84%
G=38.63%
B=25.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192361560.0700.340.0772.7567.876.86
HexDBEC9C7022749444d
Octal33335423470427111104115
Binary1101101111101100100111001110100010111100100110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEC9C; }

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

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

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

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

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

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

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

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