#D8ECEB

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

Shades of Oyster Bay #D8ECEB

Tints of Oyster Bay #D8ECEB

Color information

#D8ECEB (or 0xD8ECEB) is unknown color: approx Oyster Bay. HEX triplet: D8, EC and EB. RGB value is (216,236,235). Sum of RGB (Red+Green+Blue) = 216+236+235=687 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.44% from 687); Green value is 236 (92.58% from 255 or 34.35% from 687); Blue value is 235 (92.19% from 255 or 34.21% from 687); Max value from RGB is 236 - color contains mainly: green. Hex color #D8ECEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8ECEB is #271314. Grayscale: #E5E5E5. Windows color (decimal): -2560789 or 15461592. OLE color: 15461592.

HSL color Cylindrical-coordinate representation of color #D8ECEB: hue angle of 177º degrees, saturation: 0.34, 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 #D8ECEB is Cyan = 0.08, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB216236235-
CMYK0.0800.000.07
HSL177º34.48%88.63%-
HSV(B)177º8.47%92.55%-
XYZ73.3180.5990.29-
YUV229.91130.87118.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.44%
GREEN value IS 236 (92.58% from 255) = 34.35%
BLUE value IS 235 (92.19% from 255) = 34.21%
R=31.44%
G=34.35%
B=34.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2162362350.0800.000.0717734.4888.63
HexD8ECEB8007b12259
Octal3303543531000726142131
Binary110110001110110011101011100000111101100011000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ECEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ECEB; }

 p { color: rgb(216,236,235); }

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

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

 a { background-color: rgb(216,236,235); }

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

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

 span { border-color: rgb(216,236,235); }

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