#CDC1CD

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

Shades of Thistle #CDC1CD

Tints of Thistle #CDC1CD

Color information

#CDC1CD (or 0xCDC1CD) is unknown color: approx Thistle. HEX triplet: CD, C1 and CD. RGB value is (205,193,205). Sum of RGB (Red+Green+Blue) = 205+193+205=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 193 (75.78% from 255 or 32.01% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CDC1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC1CD is #323E32. Grayscale: #C5C5C5. Windows color (decimal): -3292723 or 13484493. OLE color: 13484493.

HSL color Cylindrical-coordinate representation of color #CDC1CD: hue angle of 300º degrees, saturation: 0.11, 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 #CDC1CD is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB205193205-
CMYK00.0600.20
HSL300º10.71%78.04%-
HSV(B)300º5.85%80.39%-
XYZ55.2755.5365.56-
YUV197.96131.98133.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.00%
GREEN value IS 193 (75.78% from 255) = 32.01%
BLUE value IS 205 (80.47% from 255) = 34.00%
R=34.00%
G=32.01%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519320500.0600.2030010.7178.04
HexCDC1CD0601412cb4e
Octal3153013150602445413116
Binary110011011100000111001101011001010010010110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC1CD; }

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

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

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

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

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

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

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

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