#CEECEC

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

Shades of Oyster Bay #CEECEC

Tints of Oyster Bay #CEECEC

Color information

#CEECEC (or 0xCEECEC) is unknown color: approx Oyster Bay. HEX triplet: CE, EC and EC. RGB value is (206,236,236). Sum of RGB (Red+Green+Blue) = 206+236+236=678 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.38% from 678); Green value is 236 (92.58% from 255 or 34.81% from 678); Blue value is 236 (92.58% from 255 or 34.81% from 678); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #CEECEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEECEC is #311313. Grayscale: #E2E2E2. Windows color (decimal): -3216148 or 15527118. OLE color: 15527118.

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

Color convert

RGB206236236-
CMYK0.13000.07
HSL180º44.12%86.67%-
HSV(B)180º12.71%92.55%-
XYZ70.5979.1790.92-
YUV227.03133.06113-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.38%
GREEN value IS 236 (92.58% from 255) = 34.81%
BLUE value IS 236 (92.58% from 255) = 34.81%
R=30.38%
G=34.81%
B=34.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062362360.13000.0718044.1286.67
HexCEECECD007b42c57
Octal3163543541500726454127
Binary110011101110110011101100110100111101101001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEECEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEECEC; }

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

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

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

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

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

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

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

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