#DBEBED

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

Shades of Oyster Bay #DBEBED

Tints of Oyster Bay #DBEBED

Color information

#DBEBED (or 0xDBEBED) is unknown color: approx Oyster Bay. HEX triplet: DB, EB and ED. RGB value is (219,235,237). Sum of RGB (Red+Green+Blue) = 219+235+237=691 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.69% from 691); Green value is 235 (92.19% from 255 or 34.01% from 691); Blue value is 237 (92.97% from 255 or 34.30% from 691); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBEBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEBED is #241412. Grayscale: #E6E6E6. Windows color (decimal): -2364435 or 15592411. OLE color: 15592411.

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

Color convert

RGB219235237-
CMYK0.080.0100.07
HSL186.67º33.33%89.41%-
HSV(B)186.67º7.59%92.94%-
XYZ74.2180.5991.77-
YUV230.44131.7119.84-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.69%
GREEN value IS 235 (92.19% from 255) = 34.01%
BLUE value IS 237 (92.97% from 255) = 34.30%
R=31.69%
G=34.01%
B=34.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192352370.080.0100.07186.6733.3389.41
HexDBEBED8107bb2159
Octal3333533551010727341131
Binary110110111110101111101101100010111101110111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEBED; }

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

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

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

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

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

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

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

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