#CFC1CD

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

Shades of Thistle #CFC1CD

Tints of Thistle #CFC1CD

Color information

#CFC1CD (or 0xCFC1CD) is unknown color: approx Thistle. HEX triplet: CF, C1 and CD. RGB value is (207,193,205). Sum of RGB (Red+Green+Blue) = 207+193+205=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 193 (75.78% from 255 or 31.90% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC1CD is #303E32. Grayscale: #C6C6C6. Windows color (decimal): -3161651 or 13484495. OLE color: 13484495.

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

Color convert

RGB207193205-
CMYK00.070.010.19
HSL308.57º12.73%78.43%-
HSV(B)308.57º6.76%81.18%-
XYZ55.8255.8165.59-
YUV198.55131.64134.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.21%
GREEN value IS 193 (75.78% from 255) = 31.90%
BLUE value IS 205 (80.47% from 255) = 33.88%
R=34.21%
G=31.90%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719320500.070.010.19308.5712.7378.43
HexCFC1CD07113135d4e
Octal3173013150712346515116
Binary110011111100000111001101011111001110011010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC1CD; }

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

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

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

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

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

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

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

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