#CFC2CF

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

Shades of Thistle #CFC2CF

Tints of Thistle #CFC2CF

Color information

#CFC2CF (or 0xCFC2CF) is unknown color: approx Thistle. HEX triplet: CF, C2 and CF. RGB value is (207,194,207). Sum of RGB (Red+Green+Blue) = 207+194+207=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 194 (76.17% from 255 or 31.91% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFC2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC2CF is #303D30. Grayscale: #C7C7C7. Windows color (decimal): -3161393 or 13615823. OLE color: 13615823.

HSL color Cylindrical-coordinate representation of color #CFC2CF: hue angle of 300º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFC2CF is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB207194207-
CMYK00.0600.19
HSL300º11.93%78.63%-
HSV(B)300º6.28%81.18%-
XYZ56.2956.3566.94-
YUV199.37132.31133.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.05%
GREEN value IS 194 (76.17% from 255) = 31.91%
BLUE value IS 207 (81.25% from 255) = 34.05%
R=34.05%
G=31.91%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719420700.0600.1930011.9378.63
HexCFC2CF0601312cc4f
Octal3173023170602345414117
Binary110011111100001011001111011001001110010110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC2CF; }

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

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

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

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

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

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

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

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