#DBF0EF

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

Shades of Oyster Bay #DBF0EF

Tints of Oyster Bay #DBF0EF

Color information

#DBF0EF (or 0xDBF0EF) is unknown color: approx Oyster Bay. HEX triplet: DB, F0 and EF. RGB value is (219,240,239). Sum of RGB (Red+Green+Blue) = 219+240+239=698 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.38% from 698); Green value is 240 (94.14% from 255 or 34.38% from 698); Blue value is 239 (93.75% from 255 or 34.24% from 698); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF0EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF0EF is #240F10. Grayscale: #E9E9E9. Windows color (decimal): -2363153 or 15724763. OLE color: 15724763.

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

Color convert

RGB219240239-
CMYK0.0900.000.06
HSL177.14º41.18%90%-
HSV(B)177.14º8.75%94.12%-
XYZ75.9583.6193.8-
YUV233.61131.04117.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.38%
GREEN value IS 240 (94.14% from 255) = 34.38%
BLUE value IS 239 (93.75% from 255) = 34.24%
R=31.38%
G=34.38%
B=34.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2192402390.0900.000.06177.1441.1890
HexDBF0EF9006b1295a
Octal3333603571100626151132
Binary110110111111000011101111100100110101100011010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF0EF; }

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

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

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

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

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

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

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

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