#CCECED

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

Shades of Oyster Bay #CCECED

Tints of Oyster Bay #CCECED

Color information

#CCECED (or 0xCCECED) is unknown color: approx Oyster Bay. HEX triplet: CC, EC and ED. RGB value is (204,236,237). Sum of RGB (Red+Green+Blue) = 204+236+237=677 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.13% from 677); Green value is 236 (92.58% from 255 or 34.86% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCECED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCECED is #331312. Grayscale: #E2E2E2. Windows color (decimal): -3347219 or 15592652. OLE color: 15592652.

HSL color Cylindrical-coordinate representation of color #CCECED: hue angle of 181.82º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCECED is Cyan = 0.14, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204236237-
CMYK0.140.0000.07
HSL181.82º47.83%86.47%-
HSV(B)181.82º13.92%92.94%-
XYZ70.1878.9491.66-
YUV226.55133.9111.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.13%
GREEN value IS 236 (92.58% from 255) = 34.86%
BLUE value IS 237 (92.97% from 255) = 35.01%
R=30.13%
G=34.86%
B=35.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042362370.140.0000.07181.8247.8386.47
HexCCECEDE007b63056
Octal3143543551600726660126
Binary110011001110110011101101111000111101101101100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECED; }

 p { color: rgb(204,236,237); }

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

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

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

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

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

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

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