#CCBECC

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

Shades of Thistle #CCBECC

Tints of Thistle #CCBECC

Color information

#CCBECC (or 0xCCBECC) is unknown color: approx Thistle. HEX triplet: CC, BE and CC. RGB value is (204,190,204). Sum of RGB (Red+Green+Blue) = 204+190+204=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 190 (74.61% from 255 or 31.77% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCBECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBECC is #334133. Grayscale: #C3C3C3. Windows color (decimal): -3359028 or 13418188. OLE color: 13418188.

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

Color convert

RGB204190204-
CMYK00.0700.2
HSL300º12.07%77.25%-
HSV(B)300º6.86%80%-
XYZ54.2154.0264.7-
YUV195.78132.64133.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.11%
GREEN value IS 190 (74.61% from 255) = 31.77%
BLUE value IS 204 (80.08% from 255) = 34.11%
R=34.11%
G=31.77%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419020400.0700.230012.0777.25
HexCCBECC0701412cc4d
Octal3142763140702445414115
Binary110011001011111011001100011101010010010110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBECC; }

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

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

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

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

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

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

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

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