#D8EBEE

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

Shades of Oyster Bay #D8EBEE

Tints of Oyster Bay #D8EBEE

Color information

#D8EBEE (or 0xD8EBEE) is unknown color: approx Oyster Bay. HEX triplet: D8, EB and EE. RGB value is (216,235,238). Sum of RGB (Red+Green+Blue) = 216+235+238=689 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.35% from 689); Green value is 235 (92.19% from 255 or 34.11% from 689); Blue value is 238 (93.36% from 255 or 34.54% from 689); Max value from RGB is 238 - color contains mainly: blue. Hex color #D8EBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EBEE is #271411. Grayscale: #E5E5E5. Windows color (decimal): -2561042 or 15657944. OLE color: 15657944.

HSL color Cylindrical-coordinate representation of color #D8EBEE: hue angle of 188.18º degrees, saturation: 0.39, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8EBEE is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB216235238-
CMYK0.090.0100.07
HSL188.18º39.29%89.02%-
HSV(B)188.18º9.24%93.33%-
XYZ73.4680.1992.5-
YUV229.66132.71118.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.35%
GREEN value IS 235 (92.19% from 255) = 34.11%
BLUE value IS 238 (93.36% from 255) = 34.54%
R=31.35%
G=34.11%
B=34.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2162352380.090.0100.07188.1839.2989.02
HexD8EBEE9107bc2759
Octal3303533561110727447131
Binary110110001110101111101110100110111101111001001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EBEE; }

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

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

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

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

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

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

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

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