#CEC0CE

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

Shades of Thistle #CEC0CE

Tints of Thistle #CEC0CE

Color information

#CEC0CE (or 0xCEC0CE) is unknown color: approx Thistle. HEX triplet: CE, C0 and CE. RGB value is (206,192,206). Sum of RGB (Red+Green+Blue) = 206+192+206=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CEC0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC0CE is #313F31. Grayscale: #C5C5C5. Windows color (decimal): -3227442 or 13549774. OLE color: 13549774.

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

Color convert

RGB206192206-
CMYK00.0700.19
HSL300º12.5%78.04%-
HSV(B)300º6.8%80.78%-
XYZ55.4455.2866.14-
YUV197.78132.64133.86-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.11%
GREEN value IS 192 (75.39% from 255) = 31.79%
BLUE value IS 206 (80.86% from 255) = 34.11%
R=34.11%
G=31.79%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619220600.0700.1930012.578.04
HexCEC0CE0701312cc4e
Octal3163003160702345414116
Binary110011101100000011001110011101001110010110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC0CE; }

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

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

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

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

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

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

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

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