#CDB5CD

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

Shades of Thistle #CDB5CD

Tints of Thistle #CDB5CD

Color information

#CDB5CD (or 0xCDB5CD) is unknown color: approx Thistle. HEX triplet: CD, B5 and CD. RGB value is (205,181,205). Sum of RGB (Red+Green+Blue) = 205+181+205=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 181 (71.09% from 255 or 30.63% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CDB5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB5CD is #324A32. Grayscale: #BEBEBE. Windows color (decimal): -3295795 or 13481421. OLE color: 13481421.

HSL color Cylindrical-coordinate representation of color #CDB5CD: 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.12%. Process color model (Four color, CMYK) of #CDB5CD is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB205181205-
CMYK00.1200.20
HSL300º19.35%75.69%-
HSV(B)300º11.71%80.39%-
XYZ52.7250.4364.71-
YUV190.91135.95138.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.69%
GREEN value IS 181 (71.09% from 255) = 30.63%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=34.69%
G=30.63%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518120500.1200.2030019.3575.69
HexCDB5CD0C01412c134c
Octal31526531501402445423114
Binary11001101101101011100110101100010100100101100100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB5CD; }

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

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

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

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

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

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

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

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