#CECAC6

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

Shades of Swirl #CECAC6

Tints of Swirl #CECAC6

Color information

#CECAC6 (or 0xCECAC6) is unknown color: approx Swirl. HEX triplet: CE, CA and C6. RGB value is (206,202,198). Sum of RGB (Red+Green+Blue) = 206+202+198=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 198 (77.73% from 255 or 32.67% from 606); Max value from RGB is 206 - color contains mainly: red. Hex color #CECAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECAC6 is #313539. Grayscale: #CACACA. Windows color (decimal): -3224890 or 13028046. OLE color: 13028046.

HSL color Cylindrical-coordinate representation of color #CECAC6: hue angle of 30º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CECAC6 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB206202198-
CMYK00.020.040.19
HSL30º7.55%79.22%-
HSV(B)30º3.88%80.78%-
XYZ56.7759.4461.91-
YUV202.74125.33130.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.99%
GREEN value IS 202 (79.30% from 255) = 33.33%
BLUE value IS 198 (77.73% from 255) = 32.67%
R=33.99%
G=33.33%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620219800.020.040.19307.5579.22
HexCECAC6024131e84f
Octal316312306024233610117
Binary110011101100101011000110010100100111111010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECAC6; }

 p { color: rgb(206,202,198); }

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

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

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

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

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

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

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