#DBEEED

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

Shades of Oyster Bay #DBEEED

Tints of Oyster Bay #DBEEED

Color information

#DBEEED (or 0xDBEEED) is unknown color: approx Oyster Bay. HEX triplet: DB, EE and ED. RGB value is (219,238,237). Sum of RGB (Red+Green+Blue) = 219+238+237=694 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.56% from 694); Green value is 238 (93.36% from 255 or 34.29% from 694); Blue value is 237 (92.97% from 255 or 34.15% from 694); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEEED is #241112. Grayscale: #E8E8E8. Windows color (decimal): -2363667 or 15593179. OLE color: 15593179.

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

Color convert

RGB219238237-
CMYK0.0800.000.07
HSL176.84º35.85%89.61%-
HSV(B)176.84º7.98%93.33%-
XYZ75.0782.3292.05-
YUV232.2130.71118.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.56%
GREEN value IS 238 (93.36% from 255) = 34.29%
BLUE value IS 237 (92.97% from 255) = 34.15%
R=31.56%
G=34.29%
B=34.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192382370.0800.000.07176.8435.8589.61
HexDBEEED8007b1245a
Octal3333563551000726144132
Binary110110111110111011101101100000111101100011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEEED; }

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

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

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

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

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

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

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

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