#DBEBEB

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

Shades of Oyster Bay #DBEBEB

Tints of Oyster Bay #DBEBEB

Color information

#DBEBEB (or 0xDBEBEB) is unknown color: approx Oyster Bay. HEX triplet: DB, EB and EB. RGB value is (219,235,235). Sum of RGB (Red+Green+Blue) = 219+235+235=689 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.79% from 689); Green value is 235 (92.19% from 255 or 34.11% from 689); Blue value is 235 (92.19% from 255 or 34.11% from 689); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #DBEBEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEBEB is #241414. Grayscale: #E6E6E6. Windows color (decimal): -2364437 or 15461339. OLE color: 15461339.

HSL color Cylindrical-coordinate representation of color #DBEBEB: hue angle of 180º degrees, saturation: 0.29, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBEBEB is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219235235-
CMYK0.07000.08
HSL180º28.57%89.02%-
HSV(B)180º6.81%92.16%-
XYZ73.9280.4790.23-
YUV230.22130.7120-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.79%
GREEN value IS 235 (92.19% from 255) = 34.11%
BLUE value IS 235 (92.19% from 255) = 34.11%
R=31.79%
G=34.11%
B=34.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192352350.07000.0818028.5789.02
HexDBEBEB7008b41d59
Octal3333533537001026435131
Binary11011011111010111110101111100100010110100111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEBEB; }

 p { color: rgb(219,235,235); }

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

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

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

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

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

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

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