#CDC0CD

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

Shades of Thistle #CDC0CD

Tints of Thistle #CDC0CD

Color information

#CDC0CD (or 0xCDC0CD) is unknown color: approx Thistle. HEX triplet: CD, C0 and CD. RGB value is (205,192,205). Sum of RGB (Red+Green+Blue) = 205+192+205=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CDC0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC0CD is #323F32. Grayscale: #C5C5C5. Windows color (decimal): -3292979 or 13484237. OLE color: 13484237.

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

Color convert

RGB205192205-
CMYK00.0600.20
HSL300º11.5%77.84%-
HSV(B)300º6.34%80.39%-
XYZ55.0555.0965.49-
YUV197.37132.31133.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.05%
GREEN value IS 192 (75.39% from 255) = 31.89%
BLUE value IS 205 (80.47% from 255) = 34.05%
R=34.05%
G=31.89%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519220500.0600.2030011.577.84
HexCDC0CD0601412cc4e
Octal3153003150602445414116
Binary110011011100000011001101011001010010010110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC0CD; }

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

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

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

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

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

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

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

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