#CFBFCE

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

Shades of Thistle #CFBFCE

Tints of Thistle #CFBFCE

Color information

#CFBFCE (or 0xCFBFCE) is unknown color: approx Thistle. HEX triplet: CF, BF and CE. RGB value is (207,191,206). Sum of RGB (Red+Green+Blue) = 207+191+206=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBFCE is #304031. Grayscale: #C5C5C5. Windows color (decimal): -3162162 or 13549519. OLE color: 13549519.

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

Color convert

RGB207191206-
CMYK00.080.000.19
HSL303.75º14.29%78.04%-
HSV(B)303.75º7.73%81.18%-
XYZ55.554.9866.08-
YUV197.49132.8134.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.27%
GREEN value IS 191 (75% from 255) = 31.62%
BLUE value IS 206 (80.86% from 255) = 34.11%
R=34.27%
G=31.62%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719120600.080.000.19303.7514.2978.04
HexCFBFCE08013130e4e
Octal31727731601002346016116
Binary1100111110111111110011100100001001110011000011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBFCE; }

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

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

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

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

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

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

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

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