#D9ECEC

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

Shades of Oyster Bay #D9ECEC

Tints of Oyster Bay #D9ECEC

Color information

#D9ECEC (or 0xD9ECEC) is unknown color: approx Oyster Bay. HEX triplet: D9, EC and EC. RGB value is (217,236,236). Sum of RGB (Red+Green+Blue) = 217+236+236=689 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.49% from 689); Green value is 236 (92.58% from 255 or 34.25% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #D9ECEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9ECEC is #261313. Grayscale: #E6E6E6. Windows color (decimal): -2495252 or 15527129. OLE color: 15527129.

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

Color convert

RGB217236236-
CMYK0.08000.07
HSL180º33.33%88.82%-
HSV(B)180º8.05%92.55%-
XYZ73.7580.891.07-
YUV230.32131.21118.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.49%
GREEN value IS 236 (92.58% from 255) = 34.25%
BLUE value IS 236 (92.58% from 255) = 34.25%
R=31.49%
G=34.25%
B=34.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172362360.08000.0718033.3388.82
HexD9ECEC8007b42159
Octal3313543541000726441131
Binary110110011110110011101100100000111101101001000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ECEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ECEC; }

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

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

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

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

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

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

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

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