#CEB8CE

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

Shades of Thistle #CEB8CE

Tints of Thistle #CEB8CE

Color information

#CEB8CE (or 0xCEB8CE) is unknown color: approx Thistle. HEX triplet: CE, B8 and CE. RGB value is (206,184,206). Sum of RGB (Red+Green+Blue) = 206+184+206=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 184 (72.27% from 255 or 30.87% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CEB8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB8CE is #314731. Grayscale: #C1C1C1. Windows color (decimal): -3229490 or 13547726. OLE color: 13547726.

HSL color Cylindrical-coordinate representation of color #CEB8CE: hue angle of 300º degrees, saturation: 0.18, 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 #CEB8CE is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB206184206-
CMYK00.1100.19
HSL300º18.33%76.47%-
HSV(B)300º10.68%80.78%-
XYZ53.7351.8665.57-
YUV193.09135.29137.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.56%
GREEN value IS 184 (72.27% from 255) = 30.87%
BLUE value IS 206 (80.86% from 255) = 34.56%
R=34.56%
G=30.87%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618420600.1100.1930018.3376.47
HexCEB8CE0B01312c124c
Octal31627031601302345422114
Binary11001110101110001100111001011010011100101100100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB8CE; }

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

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

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

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

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

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

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

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