#CEB5CE

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

Shades of Thistle #CEB5CE

Tints of Thistle #CEB5CE

Color information

#CEB5CE (or 0xCEB5CE) is unknown color: approx Thistle. HEX triplet: CE, B5 and CE. RGB value is (206,181,206). Sum of RGB (Red+Green+Blue) = 206+181+206=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 181 (71.09% from 255 or 30.52% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CEB5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5CE is #314A31. Grayscale: #BFBFBF. Windows color (decimal): -3230258 or 13546958. OLE color: 13546958.

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

Color convert

RGB206181206-
CMYK00.1200.19
HSL300º20.33%75.88%-
HSV(B)300º12.14%80.78%-
XYZ53.1250.6365.36-
YUV191.32136.28138.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.74%
GREEN value IS 181 (71.09% from 255) = 30.52%
BLUE value IS 206 (80.86% from 255) = 34.74%
R=34.74%
G=30.52%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618120600.1200.1930020.3375.88
HexCEB5CE0C01312c144c
Octal31626531601402345424114
Binary11001110101101011100111001100010011100101100101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB5CE; }

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

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

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

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

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

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

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

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