#d9edec

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

Shades of Oyster Bay #D9EDEC

Tints of Oyster Bay #D9EDEC

Color information

#D9EDEC (or 0xD9EDEC) is unknown color: approx Oyster Bay. HEX triplet: D9, ED and EC. RGB value is (217,237,236). Sum of RGB (Red+Green+Blue) = 217+237+236=690 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.45% from 690); Green value is 237 (92.97% from 255 or 34.35% from 690); Blue value is 236 (92.58% from 255 or 34.20% from 690); Max value from RGB is 237 - color contains mainly: green. Hex color #D9EDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EDEC is #261213. Grayscale: #E6E6E6. Windows color (decimal): -2494996 or 15527385. OLE color: 15527385.

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

Color convert

RGB217237236-
CMYK0.0800.000.07
HSL177º35.71%89.02%-
HSV(B)177º8.44%92.94%-
XYZ74.0481.3891.16-
YUV230.91130.87118.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.45%
GREEN value IS 237 (92.97% from 255) = 34.35%
BLUE value IS 236 (92.58% from 255) = 34.20%
R=31.45%
G=34.35%
B=34.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172372360.0800.000.0717735.7189.02
HexD9EDEC8007b12459
Octal3313553541000726144131
Binary110110011110110111101100100000111101100011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d9edec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d9edec; }

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

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

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

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

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

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

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

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