#CFBFCC

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

Shades of Thistle #CFBFCC

Tints of Thistle #CFBFCC

Color information

#CFBFCC (or 0xCFBFCC) is unknown color: approx Thistle. HEX triplet: CF, BF and CC. RGB value is (207,191,204). Sum of RGB (Red+Green+Blue) = 207+191+204=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBFCC is #304033. Grayscale: #C5C5C5. Windows color (decimal): -3162164 or 13418447. OLE color: 13418447.

HSL color Cylindrical-coordinate representation of color #CFBFCC: hue angle of 311.25º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFBFCC is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB207191204-
CMYK00.080.010.19
HSL311.25º14.29%78.04%-
HSV(B)311.25º7.73%81.18%-
XYZ55.2654.8964.81-
YUV197.27131.8134.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.39%
GREEN value IS 191 (75% from 255) = 31.73%
BLUE value IS 204 (80.08% from 255) = 33.89%
R=34.39%
G=31.73%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719120400.080.010.19311.2514.2978.04
HexCFBFCC08113137e4e
Octal31727731401012346716116
Binary1100111110111111110011000100011001110011011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBFCC; }

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

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

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

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

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

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

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

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