#D1EBEA

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

Shades of Oyster Bay #D1EBEA

Tints of Oyster Bay #D1EBEA

Color information

#D1EBEA (or 0xD1EBEA) is unknown color: approx Oyster Bay. HEX triplet: D1, EB and EA. RGB value is (209,235,234). Sum of RGB (Red+Green+Blue) = 209+235+234=678 (89% of max value = 765). Red value is 209 (82.03% from 255 or 30.83% from 678); Green value is 235 (92.19% from 255 or 34.66% from 678); Blue value is 234 (91.80% from 255 or 34.51% from 678); Max value from RGB is 235 - color contains mainly: green. Hex color #D1EBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EBEA is #2E1415. Grayscale: #E3E3E3. Windows color (decimal): -3019798 or 15395793. OLE color: 15395793.

HSL color Cylindrical-coordinate representation of color #D1EBEA: hue angle of 177.69º degrees, saturation: 0.39, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1EBEA is Cyan = 0.11, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB209235234-
CMYK0.1100.000.08
HSL177.69º39.39%87.06%-
HSV(B)177.69º11.06%92.16%-
XYZ70.8578.9189.34-
YUV227.11131.89115.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.83%
GREEN value IS 235 (92.19% from 255) = 34.66%
BLUE value IS 234 (91.80% from 255) = 34.51%
R=30.83%
G=34.66%
B=34.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2092352340.1100.000.08177.6939.3987.06
HexD1EBEAB008b22757
Octal32135335213001026247127
Binary1101000111101011111010101011001000101100101001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EBEA; }

 p { color: rgb(209,235,234); }

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

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

 a { background-color: rgb(209,235,234); }

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

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

 span { border-color: rgb(209,235,234); }

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