#D8EBEC

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

Shades of Oyster Bay #D8EBEC

Tints of Oyster Bay #D8EBEC

Color information

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

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

Color convert

RGB216235236-
CMYK0.080.0000.07
HSL183º34.48%88.63%-
HSV(B)183º8.47%92.55%-
XYZ73.1780.0790.96-
YUV229.43131.71118.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2162352360.080.0000.0718334.4888.63
HexD8EBEC8007b72259
Octal3303533541000726742131
Binary110110001110101111101100100000111101101111000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EBEC; }

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

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

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

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

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

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

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

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