#CCBDCB

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

Shades of Thistle #CCBDCB

Tints of Thistle #CCBDCB

Color information

#CCBDCB (or 0xCCBDCB) is unknown color: approx Thistle. HEX triplet: CC, BD and CB. RGB value is (204,189,203). Sum of RGB (Red+Green+Blue) = 204+189+203=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDCB is #334234. Grayscale: #C3C3C3. Windows color (decimal): -3359285 or 13352396. OLE color: 13352396.

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

Color convert

RGB204189203-
CMYK00.070.000.2
HSL304º12.82%77.06%-
HSV(B)304º7.35%80%-
XYZ53.8853.5464-
YUV195.08132.47134.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.23%
GREEN value IS 189 (74.22% from 255) = 31.71%
BLUE value IS 203 (79.69% from 255) = 34.06%
R=34.23%
G=31.71%
B=34.06%

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
Decimal20418920300.070.000.230412.8277.06
HexCCBDCB07014130d4d
Octal3142753130702446015115
Binary110011001011110111001011011101010010011000011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBDCB; }

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

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

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

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

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

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

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

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