#CDB7CD

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

Shades of Thistle #CDB7CD

Tints of Thistle #CDB7CD

Color information

#CDB7CD (or 0xCDB7CD) is unknown color: approx Thistle. HEX triplet: CD, B7 and CD. RGB value is (205,183,205). Sum of RGB (Red+Green+Blue) = 205+183+205=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 183 (71.88% from 255 or 30.86% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CDB7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB7CD is #324832. Grayscale: #C0C0C0. Windows color (decimal): -3295283 or 13481933. OLE color: 13481933.

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

Color convert

RGB205183205-
CMYK00.1100.20
HSL300º18.03%76.08%-
HSV(B)300º10.73%80.39%-
XYZ53.1351.2564.85-
YUV192.09135.29137.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.57%
GREEN value IS 183 (71.88% from 255) = 30.86%
BLUE value IS 205 (80.47% from 255) = 34.57%
R=34.57%
G=30.86%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518320500.1100.2030018.0376.08
HexCDB7CD0B01412c124c
Octal31526731501302445422114
Binary11001101101101111100110101011010100100101100100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB7CD; }

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

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

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

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

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

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

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

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