#D6ECEC

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

Shades of Oyster Bay #D6ECEC

Tints of Oyster Bay #D6ECEC

Color information

#D6ECEC (or 0xD6ECEC) is unknown color: approx Oyster Bay. HEX triplet: D6, EC and EC. RGB value is (214,236,236). Sum of RGB (Red+Green+Blue) = 214+236+236=686 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.20% from 686); Green value is 236 (92.58% from 255 or 34.40% from 686); Blue value is 236 (92.58% from 255 or 34.40% from 686); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #D6ECEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6ECEC is #291313. Grayscale: #E5E5E5. Windows color (decimal): -2691860 or 15527126. OLE color: 15527126.

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

Color convert

RGB214236236-
CMYK0.09000.07
HSL180º36.67%88.24%-
HSV(B)180º9.32%92.55%-
XYZ72.8780.3491.02-
YUV229.42131.71117-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.20%
GREEN value IS 236 (92.58% from 255) = 34.40%
BLUE value IS 236 (92.58% from 255) = 34.40%
R=31.20%
G=34.40%
B=34.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142362360.09000.0718036.6788.24
HexD6ECEC9007b42558
Octal3263543541100726445130
Binary110101101110110011101100100100111101101001001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ECEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ECEC; }

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

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

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

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

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

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

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

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