#D1EDEC

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

Shades of Oyster Bay #D1EDEC

Tints of Oyster Bay #D1EDEC

Color information

#D1EDEC (or 0xD1EDEC) is unknown color: approx Oyster Bay. HEX triplet: D1, ED and EC. RGB value is (209,237,236). Sum of RGB (Red+Green+Blue) = 209+237+236=682 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.65% from 682); Green value is 237 (92.97% from 255 or 34.75% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 237 - color contains mainly: green. Hex color #D1EDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EDEC is #2E1213. Grayscale: #E4E4E4. Windows color (decimal): -3019284 or 15527377. OLE color: 15527377.

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

Color convert

RGB209237236-
CMYK0.1200.000.07
HSL177.86º43.75%87.45%-
HSV(B)177.86º11.81%92.94%-
XYZ71.7280.1891.05-
YUV228.51132.22114.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.65%
GREEN value IS 237 (92.97% from 255) = 34.75%
BLUE value IS 236 (92.58% from 255) = 34.60%
R=30.65%
G=34.75%
B=34.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2092372360.1200.000.07177.8643.7587.45
HexD1EDECC007b22c57
Octal3213553541400726254127
Binary110100011110110111101100110000111101100101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EDEC; }

 p { color: rgb(209,237,236); }

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

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

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

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

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

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

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