#D8E9EC

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

Shades of Oyster Bay #D8E9EC

Tints of Oyster Bay #D8E9EC

Color information

#D8E9EC (or 0xD8E9EC) is unknown color: approx Oyster Bay. HEX triplet: D8, E9 and EC. RGB value is (216,233,236). Sum of RGB (Red+Green+Blue) = 216+233+236=685 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.53% from 685); Green value is 233 (91.41% from 255 or 34.01% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 236 - color contains mainly: blue. Hex color #D8E9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8E9EC is #271613. Grayscale: #E4E4E4. Windows color (decimal): -2561556 or 15526360. OLE color: 15526360.

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

Color convert

RGB216233236-
CMYK0.080.0100.07
HSL189º34.48%88.63%-
HSV(B)189º8.47%92.55%-
XYZ72.678.9390.77-
YUV228.26132.37119.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.53%
GREEN value IS 233 (91.41% from 255) = 34.01%
BLUE value IS 236 (92.58% from 255) = 34.45%
R=31.53%
G=34.01%
B=34.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2162332360.080.0100.0718934.4888.63
HexD8E9EC8107bd2259
Octal3303513541010727542131
Binary110110001110100111101100100010111101111011000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E9EC; }

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

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

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

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

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

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

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

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