#CDCACD

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

Shades of Thistle #CDCACD

Tints of Thistle #CDCACD

Color information

#CDCACD (or 0xCDCACD) is unknown color: approx Thistle. HEX triplet: CD, CA and CD. RGB value is (205,202,205). Sum of RGB (Red+Green+Blue) = 205+202+205=612 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.50% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CDCACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCACD is #323532. Grayscale: #CBCBCB. Windows color (decimal): -3290419 or 13486797. OLE color: 13486797.

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

Color convert

RGB205202205-
CMYK00.0100.20
HSL300º2.91%79.8%-
HSV(B)300º1.46%80.39%-
XYZ57.3259.6366.25-
YUV203.24128.99129.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.50%
GREEN value IS 202 (79.30% from 255) = 33.01%
BLUE value IS 205 (80.47% from 255) = 33.50%
R=33.50%
G=33.01%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520220500.0100.203002.9179.8
HexCDCACD0101412c350
Octal315312315010244543120
Binary11001101110010101100110101010100100101100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCACD; }

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

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

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

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

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

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

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

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