#D8E8EB

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

Shades of Oyster Bay #D8E8EB

Tints of Oyster Bay #D8E8EB

Color information

#D8E8EB (or 0xD8E8EB) is unknown color: approx Oyster Bay. HEX triplet: D8, E8 and EB. RGB value is (216,232,235). Sum of RGB (Red+Green+Blue) = 216+232+235=683 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.63% from 683); Green value is 232 (91.02% from 255 or 33.97% from 683); Blue value is 235 (92.19% from 255 or 34.41% from 683); Max value from RGB is 235 - color contains mainly: blue. Hex color #D8E8EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8E8EB is #271714. Grayscale: #E3E3E3. Windows color (decimal): -2561813 or 15460568. OLE color: 15460568.

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

Color convert

RGB216232235-
CMYK0.080.0100.08
HSL189.47º32.2%88.43%-
HSV(B)189.47º8.09%92.16%-
XYZ72.1778.3189.91-
YUV227.56132.2119.76-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.63%
GREEN value IS 232 (91.02% from 255) = 33.97%
BLUE value IS 235 (92.19% from 255) = 34.41%
R=31.63%
G=33.97%
B=34.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2162322350.080.0100.08189.4732.288.43
HexD8E8EB8108bd2058
Octal33035035310101027540130
Binary1101100011101000111010111000101000101111011000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E8EB; }

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

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

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

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

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

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

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

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