#CFBECF

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

Shades of Thistle #CFBECF

Tints of Thistle #CFBECF

Color information

#CFBECF (or 0xCFBECF) is unknown color: approx Thistle. HEX triplet: CF, BE and CF. RGB value is (207,190,207). Sum of RGB (Red+Green+Blue) = 207+190+207=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFBECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBECF is #304130. Grayscale: #C4C4C4. Windows color (decimal): -3162417 or 13614799. OLE color: 13614799.

HSL color Cylindrical-coordinate representation of color #CFBECF: hue angle of 300º degrees, saturation: 0.15, 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 #CFBECF is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB207190207-
CMYK00.0800.19
HSL300º15.04%77.84%-
HSV(B)300º8.21%81.18%-
XYZ55.4154.666.65-
YUV197.02133.63135.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.27%
GREEN value IS 190 (74.61% from 255) = 31.46%
BLUE value IS 207 (81.25% from 255) = 34.27%
R=34.27%
G=31.46%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719020700.0800.1930015.0477.84
HexCFBECF0801312cf4e
Octal31727631701002345417116
Binary1100111110111110110011110100001001110010110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBECF; }

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

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

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

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

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

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

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

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