#CDBDCD

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

Shades of Thistle #CDBDCD

Tints of Thistle #CDBDCD

Color information

#CDBDCD (or 0xCDBDCD) is unknown color: approx Thistle. HEX triplet: CD, BD and CD. RGB value is (205,189,205). Sum of RGB (Red+Green+Blue) = 205+189+205=599 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.22% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CDBDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBDCD is #324232. Grayscale: #C3C3C3. Windows color (decimal): -3293747 or 13483469. OLE color: 13483469.

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

Color convert

RGB205189205-
CMYK00.0800.20
HSL300º13.79%77.25%-
HSV(B)300º7.8%80.39%-
XYZ54.3953.7865.27-
YUV195.61133.3134.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.22%
GREEN value IS 189 (74.22% from 255) = 31.55%
BLUE value IS 205 (80.47% from 255) = 34.22%
R=34.22%
G=31.55%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518920500.0800.2030013.7977.25
HexCDBDCD0801412ce4d
Octal31527531501002445416115
Binary1100110110111101110011010100001010010010110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBDCD; }

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

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

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

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

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

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

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

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