#CEB8CD

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

Shades of Thistle #CEB8CD

Tints of Thistle #CEB8CD

Color information

#CEB8CD (or 0xCEB8CD) is unknown color: approx Thistle. HEX triplet: CE, B8 and CD. RGB value is (206,184,205). Sum of RGB (Red+Green+Blue) = 206+184+205=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 184 (72.27% from 255 or 30.92% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB8CD is #314732. Grayscale: #C0C0C0. Windows color (decimal): -3229491 or 13482190. OLE color: 13482190.

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

Color convert

RGB206184205-
CMYK00.110.000.19
HSL302.73º18.33%76.47%-
HSV(B)302.73º10.68%80.78%-
XYZ53.6151.8164.93-
YUV192.97134.79137.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.62%
GREEN value IS 184 (72.27% from 255) = 30.92%
BLUE value IS 205 (80.47% from 255) = 34.45%
R=34.62%
G=30.92%
B=34.45%

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
Decimal20618420500.110.000.19302.7318.3376.47
HexCEB8CD0B01312f124c
Octal31627031501302345722114
Binary11001110101110001100110101011010011100101111100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB8CD; }

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

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

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

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

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

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

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

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