#DBEAEC

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

Shades of Oyster Bay #DBEAEC

Tints of Oyster Bay #DBEAEC

Color information

#DBEAEC (or 0xDBEAEC) is unknown color: approx Oyster Bay. HEX triplet: DB, EA and EC. RGB value is (219,234,236). Sum of RGB (Red+Green+Blue) = 219+234+236=689 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.79% from 689); Green value is 234 (91.80% from 255 or 33.96% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBEAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEAEC is #241513. Grayscale: #E5E5E5. Windows color (decimal): -2364692 or 15526619. OLE color: 15526619.

HSL color Cylindrical-coordinate representation of color #DBEAEC: hue angle of 187.06º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBEAEC is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219234236-
CMYK0.070.0100.07
HSL187.06º30.91%89.22%-
HSV(B)187.06º7.2%92.55%-
XYZ73.7879.9690.9-
YUV229.74131.53120.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.79%
GREEN value IS 234 (91.80% from 255) = 33.96%
BLUE value IS 236 (92.58% from 255) = 34.25%
R=31.79%
G=33.96%
B=34.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192342360.070.0100.07187.0630.9189.22
HexDBEAEC7107bb1f59
Octal333352354710727337131
Binary1101101111101010111011001111011110111011111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEAEC; }

 p { color: rgb(219,234,236); }

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

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

 a { background-color: rgb(219,234,236); }

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

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

 span { border-color: rgb(219,234,236); }

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