#CCC5CD

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

Shades of Thistle #CCC5CD

Tints of Thistle #CCC5CD

Color information

#CCC5CD (or 0xCCC5CD) is unknown color: approx Thistle. HEX triplet: CC, C5 and CD. RGB value is (204,197,205). Sum of RGB (Red+Green+Blue) = 204+197+205=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 197 (77.34% from 255 or 32.51% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 205 - color contains mainly: blue. Hex color #CCC5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC5CD is #333A32. Grayscale: #C7C7C7. Windows color (decimal): -3357235 or 13485516. OLE color: 13485516.

HSL color Cylindrical-coordinate representation of color #CCC5CD: hue angle of 292.5º 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 #CCC5CD is Cyan = 0.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB204197205-
CMYK0.000.0400.20
HSL292.5º7.41%78.82%-
HSV(B)292.5º3.9%80.39%-
XYZ55.8957.1865.85-
YUV200130.82130.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.66%
GREEN value IS 197 (77.34% from 255) = 32.51%
BLUE value IS 205 (80.47% from 255) = 33.83%
R=33.66%
G=32.51%
B=33.83%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2041972050.000.0400.20292.57.4178.82
HexCCC5CD0401412574f
Octal314305315040244457117
Binary11001100110001011100110101000101001001001011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC5CD; }

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

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

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

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

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

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

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

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