#D7ECEB

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

Shades of Oyster Bay #D7ECEB

Tints of Oyster Bay #D7ECEB

Color information

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

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

Color convert

RGB215236235-
CMYK0.0900.000.07
HSL177.14º35.59%88.43%-
HSV(B)177.14º8.9%92.55%-
XYZ73.0280.4490.27-
YUV229.61131.04117.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2152362350.0900.000.07177.1435.5988.43
HexD7ECEB9007b12458
Octal3273543531100726144130
Binary110101111110110011101011100100111101100011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ECEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ECEB; }

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

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

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

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

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

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

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

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