#D7EBEC

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

Shades of Oyster Bay #D7EBEC

Tints of Oyster Bay #D7EBEC

Color information

#D7EBEC (or 0xD7EBEC) is unknown color: approx Oyster Bay. HEX triplet: D7, EB and EC. RGB value is (215,235,236). Sum of RGB (Red+Green+Blue) = 215+235+236=686 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.34% from 686); Green value is 235 (92.19% from 255 or 34.26% from 686); Blue value is 236 (92.58% from 255 or 34.40% from 686); Max value from RGB is 236 - color contains mainly: blue. Hex color #D7EBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EBEC is #281413. Grayscale: #E5E5E5. Windows color (decimal): -2626580 or 15526871. OLE color: 15526871.

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

Color convert

RGB215235236-
CMYK0.090.0000.07
HSL182.86º35.59%88.43%-
HSV(B)182.86º8.9%92.55%-
XYZ72.8779.9290.94-
YUV229.13131.87117.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.34%
GREEN value IS 235 (92.19% from 255) = 34.26%
BLUE value IS 236 (92.58% from 255) = 34.40%
R=31.34%
G=34.26%
B=34.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2152352360.090.0000.07182.8635.5988.43
HexD7EBEC9007b72458
Octal3273533541100726744130
Binary110101111110101111101100100100111101101111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EBEC; }

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

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

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

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

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

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

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

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