#CFC1CE

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

Shades of Thistle #CFC1CE

Tints of Thistle #CFC1CE

Color information

#CFC1CE (or 0xCFC1CE) is unknown color: approx Thistle. HEX triplet: CF, C1 and CE. RGB value is (207,193,206). Sum of RGB (Red+Green+Blue) = 207+193+206=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 193 (75.78% from 255 or 31.85% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC1CE is #303E31. Grayscale: #C6C6C6. Windows color (decimal): -3161650 or 13550031. OLE color: 13550031.

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

Color convert

RGB207193206-
CMYK00.070.000.19
HSL304.29º12.73%78.43%-
HSV(B)304.29º6.76%81.18%-
XYZ55.9455.8666.23-
YUV198.67132.14133.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.16%
GREEN value IS 193 (75.78% from 255) = 31.85%
BLUE value IS 206 (80.86% from 255) = 33.99%
R=34.16%
G=31.85%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719320600.070.000.19304.2912.7378.43
HexCFC1CE07013130d4e
Octal3173013160702346015116
Binary110011111100000111001110011101001110011000011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC1CE; }

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

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

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

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

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

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

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

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