#CDC5CD

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

Shades of Thistle #CDC5CD

Tints of Thistle #CDC5CD

Color information

#CDC5CD (or 0xCDC5CD) is unknown color: approx Thistle. HEX triplet: CD, C5 and CD. RGB value is (205,197,205). Sum of RGB (Red+Green+Blue) = 205+197+205=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 197 (77.34% from 255 or 32.45% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CDC5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC5CD is #323A32. Grayscale: #C8C8C8. Windows color (decimal): -3291699 or 13485517. OLE color: 13485517.

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

Color convert

RGB205197205-
CMYK00.0400.20
HSL300º7.41%78.82%-
HSV(B)300º3.9%80.39%-
XYZ56.1657.3265.86-
YUV200.3130.65131.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.77%
GREEN value IS 197 (77.34% from 255) = 32.45%
BLUE value IS 205 (80.47% from 255) = 33.77%
R=33.77%
G=32.45%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519720500.0400.203007.4178.82
HexCDC5CD0401412c74f
Octal315305315040244547117
Binary11001101110001011100110101000101001001011001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC5CD; }

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

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

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

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

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

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

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

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