#CCCBCC

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

Shades of Thistle #CCCBCC

Tints of Thistle #CCCBCC

Color information

#CCCBCC (or 0xCCCBCC) is unknown color: approx Thistle. HEX triplet: CC, CB and CC. RGB value is (204,203,204). Sum of RGB (Red+Green+Blue) = 204+203+204=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 203 (79.69% from 255 or 33.22% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCCBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBCC is #333433. Grayscale: #CBCBCB. Windows color (decimal): -3355700 or 13421516. OLE color: 13421516.

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

Color convert

RGB204203204-
CMYK00.0000.2
HSL300º0.97%79.8%-
HSV(B)300º0.49%80%-
XYZ57.1659.9165.68-
YUV203.41128.33128.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.39%
GREEN value IS 203 (79.69% from 255) = 33.22%
BLUE value IS 204 (80.08% from 255) = 33.39%
R=33.39%
G=33.22%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420320400.0000.23000.9779.8
HexCCCBCC0001412c150
Octal314313314000244541120
Binary1100110011001011110011000001010010010110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBCC; }

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

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

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

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

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

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

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

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