#DBEAED

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

Shades of Oyster Bay #DBEAED

Tints of Oyster Bay #DBEAED

Color information

#DBEAED (or 0xDBEAED) is unknown color: approx Oyster Bay. HEX triplet: DB, EA and ED. RGB value is (219,234,237). Sum of RGB (Red+Green+Blue) = 219+234+237=690 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.74% from 690); Green value is 234 (91.80% from 255 or 33.91% from 690); Blue value is 237 (92.97% from 255 or 34.35% from 690); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBEAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEAED is #241512. Grayscale: #E5E5E5. Windows color (decimal): -2364691 or 15592155. OLE color: 15592155.

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

Color convert

RGB219234237-
CMYK0.080.0100.07
HSL190º33.33%89.41%-
HSV(B)190º7.59%92.94%-
XYZ73.9280.0291.67-
YUV229.86132.03120.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.74%
GREEN value IS 234 (91.80% from 255) = 33.91%
BLUE value IS 237 (92.97% from 255) = 34.35%
R=31.74%
G=33.91%
B=34.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192342370.080.0100.0719033.3389.41
HexDBEAED8107be2159
Octal3333523551010727641131
Binary110110111110101011101101100010111101111101000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEAED; }

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

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

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

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

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

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

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

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