#D1EBEE

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

Shades of Oyster Bay #D1EBEE

Tints of Oyster Bay #D1EBEE

Color information

#D1EBEE (or 0xD1EBEE) is unknown color: approx Oyster Bay. HEX triplet: D1, EB and EE. RGB value is (209,235,238). Sum of RGB (Red+Green+Blue) = 209+235+238=682 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.65% from 682); Green value is 235 (92.19% from 255 or 34.46% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 238 - color contains mainly: blue. Hex color #D1EBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EBEE is #2E1411. Grayscale: #E3E3E3. Windows color (decimal): -3019794 or 15657937. OLE color: 15657937.

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

Color convert

RGB209235238-
CMYK0.120.0100.07
HSL186.21º46.03%87.65%-
HSV(B)186.21º12.18%93.33%-
XYZ71.4479.1592.4-
YUV227.57133.89114.76-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.65%
GREEN value IS 235 (92.19% from 255) = 34.46%
BLUE value IS 238 (93.36% from 255) = 34.90%
R=30.65%
G=34.46%
B=34.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2092352380.120.0100.07186.2146.0387.65
HexD1EBEEC107ba2e58
Octal3213533561410727256130
Binary110100011110101111101110110010111101110101011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EBEE; }

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

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

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

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

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

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

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

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