#CCEDEC

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

Shades of Oyster Bay #CCEDEC

Tints of Oyster Bay #CCEDEC

Color information

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

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

Color convert

RGB204237236-
CMYK0.1400.000.07
HSL178.18º47.83%86.47%-
HSV(B)178.18º13.92%92.94%-
XYZ70.3379.4690.99-
YUV227.02133.07111.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042372360.1400.000.07178.1847.8386.47
HexCCEDECE007b23056
Octal3143553541600726260126
Binary110011001110110111101100111000111101100101100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEDEC; }

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

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

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

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

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

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

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

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