#DBEFF1

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

Shades of Oyster Bay #DBEFF1

Tints of Oyster Bay #DBEFF1

Color information

#DBEFF1 (or 0xDBEFF1) is unknown color: approx Oyster Bay. HEX triplet: DB, EF and F1. RGB value is (219,239,241). Sum of RGB (Red+Green+Blue) = 219+239+241=699 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.33% from 699); Green value is 239 (93.75% from 255 or 34.19% from 699); Blue value is 241 (94.53% from 255 or 34.48% from 699); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBEFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFF1 is #24100E. Grayscale: #E9E9E9. Windows color (decimal): -2363407 or 15855579. OLE color: 15855579.

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

Color convert

RGB219239241-
CMYK0.090.0100.05
HSL185.45º44%90.2%-
HSV(B)185.45º9.13%94.51%-
XYZ75.9683.1495.26-
YUV233.25132.37117.84-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.33%
GREEN value IS 239 (93.75% from 255) = 34.19%
BLUE value IS 241 (94.53% from 255) = 34.48%
R=31.33%
G=34.19%
B=34.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192392410.090.0100.05185.454490.2
HexDBEFF19105b92c5a
Octal3333573611110527154132
Binary110110111110111111110001100110101101110011011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEFF1; }

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

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

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

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

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

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

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

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