#CDB6CD

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

Shades of Thistle #CDB6CD

Tints of Thistle #CDB6CD

Color information

#CDB6CD (or 0xCDB6CD) is unknown color: approx Thistle. HEX triplet: CD, B6 and CD. RGB value is (205,182,205). Sum of RGB (Red+Green+Blue) = 205+182+205=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 182 (71.48% from 255 or 30.74% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CDB6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB6CD is #324932. Grayscale: #BFBFBF. Windows color (decimal): -3295539 or 13481677. OLE color: 13481677.

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

Color convert

RGB205182205-
CMYK00.1100.20
HSL300º18.7%75.88%-
HSV(B)300º11.22%80.39%-
XYZ52.9250.8464.78-
YUV191.5135.62137.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.63%
GREEN value IS 182 (71.48% from 255) = 30.74%
BLUE value IS 205 (80.47% from 255) = 34.63%
R=34.63%
G=30.74%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518220500.1100.2030018.775.88
HexCDB6CD0B01412c134c
Octal31526631501302445423114
Binary11001101101101101100110101011010100100101100100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB6CD; }

 p { color: rgb(205,182,205); }

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

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

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

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

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

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

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