#DBECB0

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

Shades of Reef #DBECB0

Tints of Reef #DBECB0

Color information

#DBECB0 (or 0xDBECB0) is unknown color: approx Reef. HEX triplet: DB, EC and B0. RGB value is (219,236,176). Sum of RGB (Red+Green+Blue) = 219+236+176=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 176 (69.14% from 255 or 27.89% from 631); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBECB0 is #24134F. Grayscale: #E0E0E0. Windows color (decimal): -2364240 or 11594971. OLE color: 11594971.

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

Color convert

RGB219236176-
CMYK0.0700.250.07
HSL77º61.22%80.78%-
HSV(B)77º25.42%92.55%-
XYZ67.0578.1952.63-
YUV224.08100.87124.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.71%
GREEN value IS 236 (92.58% from 255) = 37.40%
BLUE value IS 176 (69.14% from 255) = 27.89%
R=34.71%
G=37.40%
B=27.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192361760.0700.250.077761.2280.78
HexDBECB0701974d3d51
Octal3333542607031711575121
Binary11011011111011001011000011101100111110011011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBECB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBECB0; }

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

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

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

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

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

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

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

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