#D8EAEB

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

Shades of Oyster Bay #D8EAEB

Tints of Oyster Bay #D8EAEB

Color information

#D8EAEB (or 0xD8EAEB) is unknown color: approx Oyster Bay. HEX triplet: D8, EA and EB. RGB value is (216,234,235). Sum of RGB (Red+Green+Blue) = 216+234+235=685 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.53% from 685); Green value is 234 (91.80% from 255 or 34.16% from 685); Blue value is 235 (92.19% from 255 or 34.31% from 685); Max value from RGB is 235 - color contains mainly: blue. Hex color #D8EAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EAEB is #271514. Grayscale: #E4E4E4. Windows color (decimal): -2561301 or 15461080. OLE color: 15461080.

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

Color convert

RGB216234235-
CMYK0.080.0000.08
HSL183.16º32.2%88.43%-
HSV(B)183.16º8.09%92.16%-
XYZ72.7479.4490.1-
YUV228.73131.54118.92-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.53%
GREEN value IS 234 (91.80% from 255) = 34.16%
BLUE value IS 235 (92.19% from 255) = 34.31%
R=31.53%
G=34.16%
B=34.31%

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
Decimal2162342350.080.0000.08183.1632.288.43
HexD8EAEB8008b72058
Octal33035235310001026740130
Binary1101100011101010111010111000001000101101111000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EAEB; }

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

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

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

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

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

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

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

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