#CEB6CE

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

Shades of Thistle #CEB6CE

Tints of Thistle #CEB6CE

Color information

#CEB6CE (or 0xCEB6CE) is unknown color: approx Thistle. HEX triplet: CE, B6 and CE. RGB value is (206,182,206). Sum of RGB (Red+Green+Blue) = 206+182+206=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 182 (71.48% from 255 or 30.64% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CEB6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB6CE is #314931. Grayscale: #BFBFBF. Windows color (decimal): -3230002 or 13547214. OLE color: 13547214.

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

Color convert

RGB206182206-
CMYK00.1200.19
HSL300º19.67%76.08%-
HSV(B)300º11.65%80.78%-
XYZ53.3251.0365.43-
YUV191.91135.95138.05-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.68%
GREEN value IS 182 (71.48% from 255) = 30.64%
BLUE value IS 206 (80.86% from 255) = 34.68%
R=34.68%
G=30.64%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618220600.1200.1930019.6776.08
HexCEB6CE0C01312c144c
Octal31626631601402345424114
Binary11001110101101101100111001100010011100101100101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB6CE; }

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

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

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

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

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

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

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

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