#DBEAEB

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

Shades of Oyster Bay #DBEAEB

Tints of Oyster Bay #DBEAEB

Color information

#DBEAEB (or 0xDBEAEB) is unknown color: approx Oyster Bay. HEX triplet: DB, EA and EB. RGB value is (219,234,235). Sum of RGB (Red+Green+Blue) = 219+234+235=688 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.83% from 688); Green value is 234 (91.80% from 255 or 34.01% from 688); Blue value is 235 (92.19% from 255 or 34.16% from 688); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBEAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEAEB is #241514. Grayscale: #E5E5E5. Windows color (decimal): -2364693 or 15461083. OLE color: 15461083.

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

Color convert

RGB219234235-
CMYK0.070.0000.08
HSL183.75º28.57%89.02%-
HSV(B)183.75º6.81%92.16%-
XYZ73.6379.990.14-
YUV229.63131.03120.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.83%
GREEN value IS 234 (91.80% from 255) = 34.01%
BLUE value IS 235 (92.19% from 255) = 34.16%
R=31.83%
G=34.01%
B=34.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192342350.070.0000.08183.7528.5789.02
HexDBEAEB7008b81d59
Octal3333523537001027035131
Binary11011011111010101110101111100100010111000111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEAEB; }

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

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

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

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

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

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

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

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