#CEC8C6

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

Shades of Alto #CEC8C6

Tints of Alto #CEC8C6

Color information

#CEC8C6 (or 0xCEC8C6) is unknown color: approx Alto. HEX triplet: CE, C8 and C6. RGB value is (206,200,198). Sum of RGB (Red+Green+Blue) = 206+200+198=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 200 (78.52% from 255 or 33.11% from 604); Blue value is 198 (77.73% from 255 or 32.78% from 604); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC8C6 is #313739. Grayscale: #C9C9C9. Windows color (decimal): -3225402 or 13027534. OLE color: 13027534.

HSL color Cylindrical-coordinate representation of color #CEC8C6: hue angle of 15º 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 #CEC8C6 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB206200198-
CMYK00.030.040.19
HSL15º7.55%79.22%-
HSV(B)15º3.88%80.78%-
XYZ56.358.5161.75-
YUV201.57125.99131.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.11%
GREEN value IS 200 (78.52% from 255) = 33.11%
BLUE value IS 198 (77.73% from 255) = 32.78%
R=34.11%
G=33.11%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620019800.030.040.19157.5579.22
HexCEC8C603413f84f
Octal316310306034231710117
Binary11001110110010001100011001110010011111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC8C6; }

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

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

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

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

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

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

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

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