#CFB3CF

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

Shades of Thistle #CFB3CF

Tints of Thistle #CFB3CF

Color information

#CFB3CF (or 0xCFB3CF) is unknown color: approx Thistle. HEX triplet: CF, B3 and CF. RGB value is (207,179,207). Sum of RGB (Red+Green+Blue) = 207+179+207=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 179 (70.31% from 255 or 30.19% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFB3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB3CF is #304C30. Grayscale: #BEBEBE. Windows color (decimal): -3165233 or 13611983. OLE color: 13611983.

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

Color convert

RGB207179207-
CMYK00.1400.19
HSL300º22.58%75.69%-
HSV(B)300º13.53%81.18%-
XYZ53.1150.0165.89-
YUV190.56137.28139.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.91%
GREEN value IS 179 (70.31% from 255) = 30.19%
BLUE value IS 207 (81.25% from 255) = 34.91%
R=34.91%
G=30.19%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717920700.1400.1930022.5875.69
HexCFB3CF0E01312c174c
Octal31726331701602345427114
Binary11001111101100111100111101110010011100101100101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB3CF; }

 p { color: rgb(207,179,207); }

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

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

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

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

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

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

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