#D7EBEA

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

Shades of Oyster Bay #D7EBEA

Tints of Oyster Bay #D7EBEA

Color information

#D7EBEA (or 0xD7EBEA) is unknown color: approx Oyster Bay. HEX triplet: D7, EB and EA. RGB value is (215,235,234). Sum of RGB (Red+Green+Blue) = 215+235+234=684 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.43% from 684); Green value is 235 (92.19% from 255 or 34.36% from 684); Blue value is 234 (91.80% from 255 or 34.21% from 684); Max value from RGB is 235 - color contains mainly: green. Hex color #D7EBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EBEA is #281415. Grayscale: #E4E4E4. Windows color (decimal): -2626582 or 15395799. OLE color: 15395799.

HSL color Cylindrical-coordinate representation of color #D7EBEA: hue angle of 177º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D7EBEA is Cyan = 0.09, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB215235234-
CMYK0.0900.000.08
HSL177º33.33%88.24%-
HSV(B)177º8.51%92.16%-
XYZ72.5879.889.42-
YUV228.91130.87118.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.43%
GREEN value IS 235 (92.19% from 255) = 34.36%
BLUE value IS 234 (91.80% from 255) = 34.21%
R=31.43%
G=34.36%
B=34.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2152352340.0900.000.0817733.3388.24
HexD7EBEA9008b12158
Octal32735335211001026141130
Binary1101011111101011111010101001001000101100011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EBEA; }

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

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

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

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

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

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

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

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