#DBEFEE

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

Shades of Oyster Bay #DBEFEE

Tints of Oyster Bay #DBEFEE

Color information

#DBEFEE (or 0xDBEFEE) is unknown color: approx Oyster Bay. HEX triplet: DB, EF and EE. RGB value is (219,239,238). Sum of RGB (Red+Green+Blue) = 219+239+238=696 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.47% from 696); Green value is 239 (93.75% from 255 or 34.34% from 696); Blue value is 238 (93.36% from 255 or 34.20% from 696); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFEE is #241011. Grayscale: #E8E8E8. Windows color (decimal): -2363410 or 15658971. OLE color: 15658971.

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

Color convert

RGB219239238-
CMYK0.0800.000.06
HSL177º38.46%89.8%-
HSV(B)177º8.37%93.73%-
XYZ75.5182.9792.92-
YUV232.91130.87118.08-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.47%
GREEN value IS 239 (93.75% from 255) = 34.34%
BLUE value IS 238 (93.36% from 255) = 34.20%
R=31.47%
G=34.34%
B=34.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2192392380.0800.000.0617738.4689.8
HexDBEFEE8006b1265a
Octal3333573561000626146132
Binary110110111110111111101110100000110101100011001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEFEE; }

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

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

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

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

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

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

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

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