#D1EBEF

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

Shades of Oyster Bay #D1EBEF

Tints of Oyster Bay #D1EBEF

Color information

#D1EBEF (or 0xD1EBEF) is unknown color: approx Oyster Bay. HEX triplet: D1, EB and EF. RGB value is (209,235,239). Sum of RGB (Red+Green+Blue) = 209+235+239=683 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.60% from 683); Green value is 235 (92.19% from 255 or 34.41% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 239 - color contains mainly: blue. Hex color #D1EBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EBEF is #2E1410. Grayscale: #E3E3E3. Windows color (decimal): -3019793 or 15723473. OLE color: 15723473.

HSL color Cylindrical-coordinate representation of color #D1EBEF: hue angle of 188º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1EBEF is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB209235239-
CMYK0.130.0200.06
HSL188º48.39%87.84%-
HSV(B)188º12.55%93.73%-
XYZ71.5879.293.18-
YUV227.68134.39114.67-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.60%
GREEN value IS 235 (92.19% from 255) = 34.41%
BLUE value IS 239 (93.75% from 255) = 34.99%
R=30.60%
G=34.41%
B=34.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2092352390.130.0200.0618848.3987.84
HexD1EBEFD206bc3058
Octal3213533571520627460130
Binary1101000111101011111011111101100110101111001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EBEF; }

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

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

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

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

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

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

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

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