#DBEEF1

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

Shades of Oyster Bay #DBEEF1

Tints of Oyster Bay #DBEEF1

Color information

#DBEEF1 (or 0xDBEEF1) is unknown color: approx Oyster Bay. HEX triplet: DB, EE and F1. RGB value is (219,238,241). Sum of RGB (Red+Green+Blue) = 219+238+241=698 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.38% from 698); Green value is 238 (93.36% from 255 or 34.10% from 698); Blue value is 241 (94.53% from 255 or 34.53% from 698); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBEEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEEF1 is #24110E. Grayscale: #E8E8E8. Windows color (decimal): -2363663 or 15855323. OLE color: 15855323.

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

Color convert

RGB219238241-
CMYK0.090.0100.05
HSL188.18º44%90.2%-
HSV(B)188.18º9.13%94.51%-
XYZ75.6782.5695.17-
YUV232.66132.71118.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.38%
GREEN value IS 238 (93.36% from 255) = 34.10%
BLUE value IS 241 (94.53% from 255) = 34.53%
R=31.38%
G=34.10%
B=34.53%

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
Decimal2192382410.090.0100.05188.184490.2
HexDBEEF19105bc2c5a
Octal3333563611110527454132
Binary110110111110111011110001100110101101111001011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEEF1; }

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

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

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

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

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

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

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

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