#DBEBEE

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

Shades of Oyster Bay #DBEBEE

Tints of Oyster Bay #DBEBEE

Color information

#DBEBEE (or 0xDBEBEE) is unknown color: approx Oyster Bay. HEX triplet: DB, EB and EE. RGB value is (219,235,238). Sum of RGB (Red+Green+Blue) = 219+235+238=692 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.65% from 692); Green value is 235 (92.19% from 255 or 33.96% from 692); Blue value is 238 (93.36% from 255 or 34.39% from 692); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBEBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEBEE is #241411. Grayscale: #E6E6E6. Windows color (decimal): -2364434 or 15657947. OLE color: 15657947.

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

Color convert

RGB219235238-
CMYK0.080.0100.07
HSL189.47º35.85%89.61%-
HSV(B)189.47º7.98%93.33%-
XYZ74.3580.6592.54-
YUV230.56132.2119.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.65%
GREEN value IS 235 (92.19% from 255) = 33.96%
BLUE value IS 238 (93.36% from 255) = 34.39%
R=31.65%
G=33.96%
B=34.39%

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
Decimal2192352380.080.0100.07189.4735.8589.61
HexDBEBEE8107bd245a
Octal3333533561010727544132
Binary110110111110101111101110100010111101111011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEBEE; }

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

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

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

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

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

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

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

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