#CFBFCD

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

Shades of Thistle #CFBFCD

Tints of Thistle #CFBFCD

Color information

#CFBFCD (or 0xCFBFCD) is unknown color: approx Thistle. HEX triplet: CF, BF and CD. RGB value is (207,191,205). Sum of RGB (Red+Green+Blue) = 207+191+205=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBFCD is #304032. Grayscale: #C5C5C5. Windows color (decimal): -3162163 or 13483983. OLE color: 13483983.

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

Color convert

RGB207191205-
CMYK00.080.010.19
HSL307.5º14.29%78.04%-
HSV(B)307.5º7.73%81.18%-
XYZ55.3854.9365.44-
YUV197.38132.3134.86-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.33%
GREEN value IS 191 (75% from 255) = 31.67%
BLUE value IS 205 (80.47% from 255) = 34.00%
R=34.33%
G=31.67%
B=34.00%

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
Decimal20719120500.080.010.19307.514.2978.04
HexCFBFCD08113134e4e
Octal31727731501012346416116
Binary1100111110111111110011010100011001110011010011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBFCD; }

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

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

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

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

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

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

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

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