#D8EAEA

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

Shades of Oyster Bay #D8EAEA

Tints of Oyster Bay #D8EAEA

Color information

#D8EAEA (or 0xD8EAEA) is unknown color: approx Oyster Bay. HEX triplet: D8, EA and EA. RGB value is (216,234,234). Sum of RGB (Red+Green+Blue) = 216+234+234=684 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.58% from 684); Green value is 234 (91.80% from 255 or 34.21% from 684); Blue value is 234 (91.80% from 255 or 34.21% from 684); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #D8EAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EAEA is #271515. Grayscale: #E4E4E4. Windows color (decimal): -2561302 or 15395544. OLE color: 15395544.

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

Color convert

RGB216234234-
CMYK0.08000.08
HSL180º30%88.24%-
HSV(B)180º7.69%91.76%-
XYZ72.5979.3989.34-
YUV228.62131.04119-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.58%
GREEN value IS 234 (91.80% from 255) = 34.21%
BLUE value IS 234 (91.80% from 255) = 34.21%
R=31.58%
G=34.21%
B=34.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2162342340.08000.081803088.24
HexD8EAEA8008b41e58
Octal33035235210001026436130
Binary110110001110101011101010100000100010110100111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EAEA; }

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

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

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

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

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

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

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

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