#CCBFCD

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

Shades of Thistle #CCBFCD

Tints of Thistle #CCBFCD

Color information

#CCBFCD (or 0xCCBFCD) is unknown color: approx Thistle. HEX triplet: CC, BF and CD. RGB value is (204,191,205). Sum of RGB (Red+Green+Blue) = 204+191+205=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 205 - color contains mainly: blue. Hex color #CCBFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFCD is #334032. Grayscale: #C4C4C4. Windows color (decimal): -3358771 or 13483980. OLE color: 13483980.

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

Color convert

RGB204191205-
CMYK0.000.0700.20
HSL295.71º12.28%77.65%-
HSV(B)295.71º6.83%80.39%-
XYZ54.5554.5165.4-
YUV196.48132.81133.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34%
GREEN value IS 191 (75% from 255) = 31.83%
BLUE value IS 205 (80.47% from 255) = 34.17%
R=34%
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.20
SystemRedGreenBlueCMYKHSL
Decimal2041912050.000.0700.20295.7112.2877.65
HexCCBFCD07014128c4e
Octal3142773150702445014116
Binary110011001011111111001101011101010010010100011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBFCD; }

 p { color: rgb(204,191,205); }

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

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

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

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

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

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

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