#D9ECEE

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

Shades of Oyster Bay #D9ECEE

Tints of Oyster Bay #D9ECEE

Color information

#D9ECEE (or 0xD9ECEE) is unknown color: approx Oyster Bay. HEX triplet: D9, EC and EE. RGB value is (217,236,238). Sum of RGB (Red+Green+Blue) = 217+236+238=691 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.40% from 691); Green value is 236 (92.58% from 255 or 34.15% from 691); Blue value is 238 (93.36% from 255 or 34.44% from 691); Max value from RGB is 238 - color contains mainly: blue. Hex color #D9ECEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9ECEE is #261311. Grayscale: #E6E6E6. Windows color (decimal): -2495250 or 15658201. OLE color: 15658201.

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

Color convert

RGB217236238-
CMYK0.090.0100.07
HSL185.71º38.18%89.22%-
HSV(B)185.71º8.82%93.33%-
XYZ74.0480.9292.6-
YUV230.55132.21118.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.40%
GREEN value IS 236 (92.58% from 255) = 34.15%
BLUE value IS 238 (93.36% from 255) = 34.44%
R=31.40%
G=34.15%
B=34.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172362380.090.0100.07185.7138.1889.22
HexD9ECEE9107ba2659
Octal3313543561110727246131
Binary110110011110110011101110100110111101110101001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ECEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ECEE; }

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

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

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

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

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

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

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

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