#CDC9CD

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

Shades of Thistle #CDC9CD

Tints of Thistle #CDC9CD

Color information

#CDC9CD (or 0xCDC9CD) is unknown color: approx Thistle. HEX triplet: CD, C9 and CD. RGB value is (205,201,205). Sum of RGB (Red+Green+Blue) = 205+201+205=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 201 (78.91% from 255 or 32.90% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CDC9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC9CD is #323632. Grayscale: #CACACA. Windows color (decimal): -3290675 or 13486541. OLE color: 13486541.

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

Color convert

RGB205201205-
CMYK00.0200.20
HSL300º3.85%79.61%-
HSV(B)300º1.95%80.39%-
XYZ57.0859.1666.17-
YUV202.65129.33129.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.55%
GREEN value IS 201 (78.91% from 255) = 32.90%
BLUE value IS 205 (80.47% from 255) = 33.55%
R=33.55%
G=32.90%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520120500.0200.203003.8579.61
HexCDC9CD0201412c450
Octal315311315020244544120
Binary1100110111001001110011010100101001001011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC9CD; }

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

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

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

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

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

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

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

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