#CEC9CE

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

Shades of Thistle #CEC9CE

Tints of Thistle #CEC9CE

Color information

#CEC9CE (or 0xCEC9CE) is unknown color: approx Thistle. HEX triplet: CE, C9 and CE. RGB value is (206,201,206). Sum of RGB (Red+Green+Blue) = 206+201+206=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 201 (78.91% from 255 or 32.79% from 613); Blue value is 206 (80.86% from 255 or 33.61% from 613); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CEC9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC9CE is #313631. Grayscale: #CBCBCB. Windows color (decimal): -3225138 or 13552078. OLE color: 13552078.

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

Color convert

RGB206201206-
CMYK00.0200.19
HSL300º4.85%79.8%-
HSV(B)300º2.43%80.78%-
XYZ57.4859.3566.82-
YUV203.06129.66130.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.61%
GREEN value IS 201 (78.91% from 255) = 32.79%
BLUE value IS 206 (80.86% from 255) = 33.61%
R=33.61%
G=32.79%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620120600.0200.193004.8579.8
HexCEC9CE0201312c550
Octal316311316020234545120
Binary1100111011001001110011100100100111001011001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC9CE; }

 p { color: rgb(206,201,206); }

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

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

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

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

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

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

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