#DBEFF3

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

Shades of Oyster Bay #DBEFF3

Tints of Oyster Bay #DBEFF3

Color information

#DBEFF3 (or 0xDBEFF3) is unknown color: approx Oyster Bay. HEX triplet: DB, EF and F3. RGB value is (219,239,243). Sum of RGB (Red+Green+Blue) = 219+239+243=701 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.24% from 701); Green value is 239 (93.75% from 255 or 34.09% from 701); Blue value is 243 (95.31% from 255 or 34.66% from 701); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBEFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFF3 is #24100C. Grayscale: #E9E9E9. Windows color (decimal): -2363405 or 15986651. OLE color: 15986651.

HSL color Cylindrical-coordinate representation of color #DBEFF3: hue angle of 190º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBEFF3 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB219239243-
CMYK0.100.0200.05
HSL190º50%90.59%-
HSV(B)190º9.88%95.29%-
XYZ76.2683.2696.85-
YUV233.48133.37117.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.24%
GREEN value IS 239 (93.75% from 255) = 34.09%
BLUE value IS 243 (95.31% from 255) = 34.66%
R=31.24%
G=34.09%
B=34.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192392430.100.0200.051905090.59
HexDBEFF3A205be325b
Octal3333573631220527662133
Binary1101101111101111111100111010100101101111101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEFF3; }

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

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

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

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

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

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

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

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