#DBEAEA

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

Shades of Oyster Bay #DBEAEA

Tints of Oyster Bay #DBEAEA

Color information

#DBEAEA (or 0xDBEAEA) is unknown color: approx Oyster Bay. HEX triplet: DB, EA and EA. RGB value is (219,234,234). Sum of RGB (Red+Green+Blue) = 219+234+234=687 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.88% from 687); Green value is 234 (91.80% from 255 or 34.06% from 687); Blue value is 234 (91.80% from 255 or 34.06% from 687); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #DBEAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEAEA is #241515. Grayscale: #E5E5E5. Windows color (decimal): -2364694 or 15395547. OLE color: 15395547.

HSL color Cylindrical-coordinate representation of color #DBEAEA: hue angle of 180º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBEAEA is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219234234-
CMYK0.06000.08
HSL180º26.32%88.82%-
HSV(B)180º6.41%91.76%-
XYZ73.4979.8589.38-
YUV229.52130.53120.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.88%
GREEN value IS 234 (91.80% from 255) = 34.06%
BLUE value IS 234 (91.80% from 255) = 34.06%
R=31.88%
G=34.06%
B=34.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192342340.06000.0818026.3288.82
HexDBEAEA6008b41a59
Octal3333523526001026432131
Binary11011011111010101110101011000100010110100110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEAEA; }

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

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

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

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

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

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

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

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