#DBEEF0

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

Shades of Oyster Bay #DBEEF0

Tints of Oyster Bay #DBEEF0

Color information

#DBEEF0 (or 0xDBEEF0) is unknown color: approx Oyster Bay. HEX triplet: DB, EE and F0. RGB value is (219,238,240). Sum of RGB (Red+Green+Blue) = 219+238+240=697 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.42% from 697); Green value is 238 (93.36% from 255 or 34.15% from 697); Blue value is 240 (94.14% from 255 or 34.43% from 697); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBEEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEEF0 is #24110F. Grayscale: #E8E8E8. Windows color (decimal): -2363664 or 15789787. OLE color: 15789787.

HSL color Cylindrical-coordinate representation of color #DBEEF0: hue angle of 185.71º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBEEF0 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB219238240-
CMYK0.090.0100.06
HSL185.71º41.18%90%-
HSV(B)185.71º8.75%94.12%-
XYZ75.5282.594.38-
YUV232.55132.21118.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.42%
GREEN value IS 238 (93.36% from 255) = 34.15%
BLUE value IS 240 (94.14% from 255) = 34.43%
R=31.42%
G=34.15%
B=34.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2192382400.090.0100.06185.7141.1890
HexDBEEF09106ba295a
Octal3333563601110627251132
Binary110110111110111011110000100110110101110101010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEEF0; }

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

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

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

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

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

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

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

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