#D7ECEC

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

Shades of Oyster Bay #D7ECEC

Tints of Oyster Bay #D7ECEC

Color information

#D7ECEC (or 0xD7ECEC) is unknown color: approx Oyster Bay. HEX triplet: D7, EC and EC. RGB value is (215,236,236). Sum of RGB (Red+Green+Blue) = 215+236+236=687 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.30% from 687); Green value is 236 (92.58% from 255 or 34.35% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #D7ECEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7ECEC is #281313. Grayscale: #E5E5E5. Windows color (decimal): -2626324 or 15527127. OLE color: 15527127.

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

Color convert

RGB215236236-
CMYK0.09000.07
HSL180º35.59%88.43%-
HSV(B)180º8.9%92.55%-
XYZ73.1680.4991.04-
YUV229.72131.54117.5-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.30%
GREEN value IS 236 (92.58% from 255) = 34.35%
BLUE value IS 236 (92.58% from 255) = 34.35%
R=31.30%
G=34.35%
B=34.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2152362360.09000.0718035.5988.43
HexD7ECEC9007b42458
Octal3273543541100726444130
Binary110101111110110011101100100100111101101001001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ECEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ECEC; }

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

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

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

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

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

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

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

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