#D7EBEB

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

Shades of Oyster Bay #D7EBEB

Tints of Oyster Bay #D7EBEB

Color information

#D7EBEB (or 0xD7EBEB) is unknown color: approx Oyster Bay. HEX triplet: D7, EB and EB. RGB value is (215,235,235). Sum of RGB (Red+Green+Blue) = 215+235+235=685 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.39% from 685); Green value is 235 (92.19% from 255 or 34.31% from 685); Blue value is 235 (92.19% from 255 or 34.31% from 685); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #D7EBEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EBEB is #281414. Grayscale: #E5E5E5. Windows color (decimal): -2626581 or 15461335. OLE color: 15461335.

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

Color convert

RGB215235235-
CMYK0.09000.08
HSL180º33.33%88.24%-
HSV(B)180º8.51%92.16%-
XYZ72.7379.8690.18-
YUV229.02131.37118-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.39%
GREEN value IS 235 (92.19% from 255) = 34.31%
BLUE value IS 235 (92.19% from 255) = 34.31%
R=31.39%
G=34.31%
B=34.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2152352350.09000.0818033.3388.24
HexD7EBEB9008b42158
Octal32735335311001026441130
Binary1101011111101011111010111001001000101101001000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EBEB; }

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

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

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

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

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

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

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

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