#DBEF9C

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

Shades of Reef #DBEF9C

Tints of Reef #DBEF9C

Color information

#DBEF9C (or 0xDBEF9C) is unknown color: approx Reef. HEX triplet: DB, EF and 9C. RGB value is (219,239,156). Sum of RGB (Red+Green+Blue) = 219+239+156=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 239 (93.75% from 255 or 38.93% from 614); Blue value is 156 (61.33% from 255 or 25.41% from 614); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEF9C is #241063. Grayscale: #DFDFDF. Windows color (decimal): -2363492 or 10285019. OLE color: 10285019.

HSL color Cylindrical-coordinate representation of color #DBEF9C: hue angle of 74.46º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBEF9C is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB219239156-
CMYK0.0800.350.06
HSL74.46º72.17%77.45%-
HSV(B)74.46º34.73%93.73%-
XYZ66.0879.1943.26-
YUV223.5689.87124.75-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.67%
GREEN value IS 239 (93.75% from 255) = 38.93%
BLUE value IS 156 (61.33% from 255) = 25.41%
R=35.67%
G=38.93%
B=25.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2192391560.0800.350.0674.4672.1777.45
HexDBEF9C802364a484d
Octal333357234100436112110115
Binary11011011111011111001110010000100011110100101010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEF9C; }

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

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

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

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

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

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

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

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