#D8E9EA

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

Shades of Oyster Bay #D8E9EA

Tints of Oyster Bay #D8E9EA

Color information

#D8E9EA (or 0xD8E9EA) is unknown color: approx Oyster Bay. HEX triplet: D8, E9 and EA. RGB value is (216,233,234). Sum of RGB (Red+Green+Blue) = 216+233+234=683 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.63% from 683); Green value is 233 (91.41% from 255 or 34.11% from 683); Blue value is 234 (91.80% from 255 or 34.26% from 683); Max value from RGB is 234 - color contains mainly: blue. Hex color #D8E9EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8E9EA is #271615. Grayscale: #E4E4E4. Windows color (decimal): -2561558 or 15395288. OLE color: 15395288.

HSL color Cylindrical-coordinate representation of color #D8E9EA: hue angle of 183.33º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8E9EA is Cyan = 0.08, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB216233234-
CMYK0.080.0000.08
HSL183.33º30%88.24%-
HSV(B)183.33º7.69%91.76%-
XYZ72.3178.8289.24-
YUV228.03131.37119.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.63%
GREEN value IS 233 (91.41% from 255) = 34.11%
BLUE value IS 234 (91.80% from 255) = 34.26%
R=31.63%
G=34.11%
B=34.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2162332340.080.0000.08183.333088.24
HexD8E9EA8008b71e58
Octal33035135210001026736130
Binary110110001110100111101010100000100010110111111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E9EA; }

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

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

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

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

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

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

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

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