#CCC2CC

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

Shades of Thistle #CCC2CC

Tints of Thistle #CCC2CC

Color information

#CCC2CC (or 0xCCC2CC) is unknown color: approx Thistle. HEX triplet: CC, C2 and CC. RGB value is (204,194,204). Sum of RGB (Red+Green+Blue) = 204+194+204=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 194 (76.17% from 255 or 32.23% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCC2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC2CC is #333D33. Grayscale: #C6C6C6. Windows color (decimal): -3358004 or 13419212. OLE color: 13419212.

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

Color convert

RGB204194204-
CMYK00.0500.2
HSL300º8.93%78.04%-
HSV(B)300º4.9%80%-
XYZ55.0955.7864.99-
YUV198.13131.31132.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.89%
GREEN value IS 194 (76.17% from 255) = 32.23%
BLUE value IS 204 (80.08% from 255) = 33.89%
R=33.89%
G=32.23%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419420400.0500.23008.9378.04
HexCCC2CC0501412c94e
Octal3143023140502445411116
Binary110011001100001011001100010101010010010110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC2CC; }

 p { color: rgb(204,194,204); }

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

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

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

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

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

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

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