#D9ECED

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

Shades of Oyster Bay #D9ECED

Tints of Oyster Bay #D9ECED

Color information

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

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

Color convert

RGB217236237-
CMYK0.080.0000.07
HSL183º35.71%89.02%-
HSV(B)183º8.44%92.94%-
XYZ73.980.8691.83-
YUV230.43131.71118.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172362370.080.0000.0718335.7189.02
HexD9ECED8007b72459
Octal3313543551000726744131
Binary110110011110110011101101100000111101101111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ECED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ECED; }

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

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

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

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

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

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

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

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