#CDC8CD

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

Shades of Thistle #CDC8CD

Tints of Thistle #CDC8CD

Color information

#CDC8CD (or 0xCDC8CD) is unknown color: approx Thistle. HEX triplet: CD, C8 and CD. RGB value is (205,200,205). Sum of RGB (Red+Green+Blue) = 205+200+205=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 200 (78.52% from 255 or 32.79% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CDC8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC8CD is #323732. Grayscale: #CACACA. Windows color (decimal): -3290931 or 13486285. OLE color: 13486285.

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

Color convert

RGB205200205-
CMYK00.0200.20
HSL300º4.76%79.41%-
HSV(B)300º2.44%80.39%-
XYZ56.8558.766.09-
YUV202.06129.66130.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.61%
GREEN value IS 200 (78.52% from 255) = 32.79%
BLUE value IS 205 (80.47% from 255) = 33.61%
R=33.61%
G=32.79%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520020500.0200.203004.7679.41
HexCDC8CD0201412c54f
Octal315310315020244545117
Binary1100110111001000110011010100101001001011001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC8CD; }

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

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

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

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

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

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

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

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