#CEB8CC

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

Shades of Thistle #CEB8CC

Tints of Thistle #CEB8CC

Color information

#CEB8CC (or 0xCEB8CC) is unknown color: approx Thistle. HEX triplet: CE, B8 and CC. RGB value is (206,184,204). Sum of RGB (Red+Green+Blue) = 206+184+204=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 184 (72.27% from 255 or 30.98% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB8CC is #314733. Grayscale: #C0C0C0. Windows color (decimal): -3229492 or 13416654. OLE color: 13416654.

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

Color convert

RGB206184204-
CMYK00.110.010.19
HSL305.45º18.33%76.47%-
HSV(B)305.45º10.68%80.78%-
XYZ53.4951.7664.3-
YUV192.86134.29137.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.68%
GREEN value IS 184 (72.27% from 255) = 30.98%
BLUE value IS 204 (80.08% from 255) = 34.34%
R=34.68%
G=30.98%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618420400.110.010.19305.4518.3376.47
HexCEB8CC0B113131124c
Octal31627031401312346122114
Binary11001110101110001100110001011110011100110001100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB8CC; }

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

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

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

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

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

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

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

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