#CCBECB

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

Shades of Thistle #CCBECB

Tints of Thistle #CCBECB

Color information

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

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

Color convert

RGB204190203-
CMYK00.070.000.2
HSL304.29º12.07%77.25%-
HSV(B)304.29º6.86%80%-
XYZ54.0953.9864.07-
YUV195.67132.14133.94-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419020300.070.000.2304.2912.0777.25
HexCCBECB07014130c4d
Octal3142763130702446014115
Binary110011001011111011001011011101010010011000011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBECB; }

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

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

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

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

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

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

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

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