#CEB6CD

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

Shades of Thistle #CEB6CD

Tints of Thistle #CEB6CD

Color information

#CEB6CD (or 0xCEB6CD) is unknown color: approx Thistle. HEX triplet: CE, B6 and CD. RGB value is (206,182,205). Sum of RGB (Red+Green+Blue) = 206+182+205=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB6CD is #314932. Grayscale: #BFBFBF. Windows color (decimal): -3230003 or 13481678. OLE color: 13481678.

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

Color convert

RGB206182205-
CMYK00.120.000.19
HSL302.5º19.67%76.08%-
HSV(B)302.5º11.65%80.78%-
XYZ53.250.9964.79-
YUV191.8135.45138.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.74%
GREEN value IS 182 (71.48% from 255) = 30.69%
BLUE value IS 205 (80.47% from 255) = 34.57%
R=34.74%
G=30.69%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618220500.120.000.19302.519.6776.08
HexCEB6CD0C01312e144c
Octal31626631501402345624114
Binary11001110101101101100110101100010011100101110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB6CD; }

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

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

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

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

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

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

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

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