#DBECED

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

Shades of Oyster Bay #DBECED

Tints of Oyster Bay #DBECED

Color information

#DBECED (or 0xDBECED) is unknown color: approx Oyster Bay. HEX triplet: DB, EC and ED. RGB value is (219,236,237). Sum of RGB (Red+Green+Blue) = 219+236+237=692 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.65% from 692); Green value is 236 (92.58% from 255 or 34.10% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBECED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBECED is #241312. Grayscale: #E7E7E7. Windows color (decimal): -2364179 or 15592667. OLE color: 15592667.

HSL color Cylindrical-coordinate representation of color #DBECED: hue angle of 183.33º 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 #DBECED is Cyan = 0.08, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219236237-
CMYK0.080.0000.07
HSL183.33º33.33%89.41%-
HSV(B)183.33º7.59%92.94%-
XYZ74.4981.1791.86-
YUV231.03131.37119.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.65%
GREEN value IS 236 (92.58% from 255) = 34.10%
BLUE value IS 237 (92.97% from 255) = 34.25%
R=31.65%
G=34.10%
B=34.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192362370.080.0000.07183.3333.3389.41
HexDBECED8007b72159
Octal3333543551000726741131
Binary110110111110110011101101100000111101101111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBECED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBECED; }

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

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

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

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

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

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

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

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