#CFBDCD

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

Shades of Thistle #CFBDCD

Tints of Thistle #CFBDCD

Color information

#CFBDCD (or 0xCFBDCD) is unknown color: approx Thistle. HEX triplet: CF, BD and CD. RGB value is (207,189,205). Sum of RGB (Red+Green+Blue) = 207+189+205=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDCD is #304232. Grayscale: #C4C4C4. Windows color (decimal): -3162675 or 13483471. OLE color: 13483471.

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

Color convert

RGB207189205-
CMYK00.090.010.19
HSL306.67º15.79%77.65%-
HSV(B)306.67º8.7%81.18%-
XYZ54.9554.0765.3-
YUV196.21132.96135.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.44%
GREEN value IS 189 (74.22% from 255) = 31.45%
BLUE value IS 205 (80.47% from 255) = 34.11%
R=34.44%
G=31.45%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718920500.090.010.19306.6715.7977.65
HexCFBDCD09113133104e
Octal31727531501112346320116
Binary11001111101111011100110101001110011100110011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBDCD; }

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

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

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

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

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

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

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

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