#DBEBEC

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

Shades of Oyster Bay #DBEBEC

Tints of Oyster Bay #DBEBEC

Color information

#DBEBEC (or 0xDBEBEC) is unknown color: approx Oyster Bay. HEX triplet: DB, EB and EC. RGB value is (219,235,236). Sum of RGB (Red+Green+Blue) = 219+235+236=690 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.74% from 690); Green value is 235 (92.19% from 255 or 34.06% from 690); Blue value is 236 (92.58% from 255 or 34.20% from 690); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBEBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEBEC is #241413. Grayscale: #E6E6E6. Windows color (decimal): -2364436 or 15526875. OLE color: 15526875.

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

Color convert

RGB219235236-
CMYK0.070.0000.07
HSL183.53º30.91%89.22%-
HSV(B)183.53º7.2%92.55%-
XYZ74.0680.5391-
YUV230.33131.2119.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.74%
GREEN value IS 235 (92.19% from 255) = 34.06%
BLUE value IS 236 (92.58% from 255) = 34.20%
R=31.74%
G=34.06%
B=34.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192352360.070.0000.07183.5330.9189.22
HexDBEBEC7007b81f59
Octal333353354700727037131
Binary1101101111101011111011001110011110111000111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEBEC; }

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

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

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

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

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

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

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

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