#DBECAB

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

Shades of Reef #DBECAB

Tints of Reef #DBECAB

Color information

#DBECAB (or 0xDBECAB) is unknown color: approx Reef. HEX triplet: DB, EC and AB. RGB value is (219,236,171). Sum of RGB (Red+Green+Blue) = 219+236+171=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 236 (92.58% from 255 or 37.70% from 626); Blue value is 171 (67.19% from 255 or 27.32% from 626); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBECAB is #241354. Grayscale: #DFDFDF. Windows color (decimal): -2364245 or 11267291. OLE color: 11267291.

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

Color convert

RGB219236171-
CMYK0.0700.280.07
HSL75.69º63.11%79.8%-
HSV(B)75.69º27.54%92.55%-
XYZ66.5677.9950.07-
YUV223.5198.37124.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.98%
GREEN value IS 236 (92.58% from 255) = 37.70%
BLUE value IS 171 (67.19% from 255) = 27.32%
R=34.98%
G=37.70%
B=27.32%

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
Decimal2192361710.0700.280.0775.6963.1179.8
HexDBECAB701C74c3f50
Octal3333542537034711477120
Binary11011011111011001010101111101110011110011001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBECAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBECAB; }

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

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

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

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

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

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

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

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