#CEECEB

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

Shades of Oyster Bay #CEECEB

Tints of Oyster Bay #CEECEB

Color information

#CEECEB (or 0xCEECEB) is unknown color: approx Oyster Bay. HEX triplet: CE, EC and EB. RGB value is (206,236,235). Sum of RGB (Red+Green+Blue) = 206+236+235=677 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.43% from 677); Green value is 236 (92.58% from 255 or 34.86% from 677); Blue value is 235 (92.19% from 255 or 34.71% from 677); Max value from RGB is 236 - color contains mainly: green. Hex color #CEECEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEECEB is #311314. Grayscale: #E2E2E2. Windows color (decimal): -3216149 or 15461582. OLE color: 15461582.

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

Color convert

RGB206236235-
CMYK0.1300.000.07
HSL178º44.12%86.67%-
HSV(B)178º12.71%92.55%-
XYZ70.4479.1190.15-
YUV226.92132.56113.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.43%
GREEN value IS 236 (92.58% from 255) = 34.86%
BLUE value IS 235 (92.19% from 255) = 34.71%
R=30.43%
G=34.86%
B=34.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062362350.1300.000.0717844.1286.67
HexCEECEBD007b22c57
Octal3163543531500726254127
Binary110011101110110011101011110100111101100101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEECEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEECEB; }

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

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

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

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

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

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

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

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