#D1E9EB

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

Shades of Oyster Bay #D1E9EB

Tints of Oyster Bay #D1E9EB

Color information

#D1E9EB (or 0xD1E9EB) is unknown color: approx Oyster Bay. HEX triplet: D1, E9 and EB. RGB value is (209,233,235). Sum of RGB (Red+Green+Blue) = 209+233+235=677 (89% of max value = 765). Red value is 209 (82.03% from 255 or 30.87% from 677); Green value is 233 (91.41% from 255 or 34.42% from 677); Blue value is 235 (92.19% from 255 or 34.71% from 677); Max value from RGB is 235 - color contains mainly: blue. Hex color #D1E9EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1E9EB is #2E1614. Grayscale: #E2E2E2. Windows color (decimal): -3020309 or 15460817. OLE color: 15460817.

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

Color convert

RGB209233235-
CMYK0.110.0100.08
HSL184.62º39.39%87.06%-
HSV(B)184.62º11.06%92.16%-
XYZ70.4377.8389.91-
YUV226.05133.05115.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.87%
GREEN value IS 233 (91.41% from 255) = 34.42%
BLUE value IS 235 (92.19% from 255) = 34.71%
R=30.87%
G=34.42%
B=34.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2092332350.110.0100.08184.6239.3987.06
HexD1E9EBB108b92757
Octal32135135313101027147127
Binary1101000111101001111010111011101000101110011001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E9EB; }

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

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

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

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

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

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

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

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