#CEB7CD

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

Shades of Thistle #CEB7CD

Tints of Thistle #CEB7CD

Color information

#CEB7CD (or 0xCEB7CD) is unknown color: approx Thistle. HEX triplet: CE, B7 and CD. RGB value is (206,183,205). Sum of RGB (Red+Green+Blue) = 206+183+205=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 183 (71.88% from 255 or 30.81% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB7CD is #314832. Grayscale: #C0C0C0. Windows color (decimal): -3229747 or 13481934. OLE color: 13481934.

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

Color convert

RGB206183205-
CMYK00.110.000.19
HSL302.61º19.01%76.27%-
HSV(B)302.61º11.17%80.78%-
XYZ53.4151.464.86-
YUV192.38135.12137.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.68%
GREEN value IS 183 (71.88% from 255) = 30.81%
BLUE value IS 205 (80.47% from 255) = 34.51%
R=34.68%
G=30.81%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618320500.110.000.19302.6119.0176.27
HexCEB7CD0B01312f134c
Octal31626731501302345723114
Binary11001110101101111100110101011010011100101111100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB7CD; }

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

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

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

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

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

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

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

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