#CBBECC

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

Shades of Thistle #CBBECC

Tints of Thistle #CBBECC

Color information

#CBBECC (or 0xCBBECC) is unknown color: approx Thistle. HEX triplet: CB, BE and CC. RGB value is (203,190,204). Sum of RGB (Red+Green+Blue) = 203+190+204=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBBECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBECC is #344133. Grayscale: #C3C3C3. Windows color (decimal): -3424564 or 13418187. OLE color: 13418187.

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

Color convert

RGB203190204-
CMYK0.000.0700.2
HSL295.71º12.07%77.25%-
HSV(B)295.71º6.86%80%-
XYZ53.9453.8864.68-
YUV195.48132.81133.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.00%
GREEN value IS 190 (74.61% from 255) = 31.83%
BLUE value IS 204 (80.08% from 255) = 34.17%
R=34.00%
G=31.83%
B=34.17%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031902040.000.0700.2295.7112.0777.25
HexCBBECC07014128c4d
Octal3132763140702445014115
Binary110010111011111011001100011101010010010100011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBECC; }

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

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

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

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

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

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

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

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