#CFC7CE

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

Shades of Thistle #CFC7CE

Tints of Thistle #CFC7CE

Color information

#CFC7CE (or 0xCFC7CE) is unknown color: approx Thistle. HEX triplet: CF, C7 and CE. RGB value is (207,199,206). Sum of RGB (Red+Green+Blue) = 207+199+206=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 199 (78.12% from 255 or 32.52% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC7CE is #303831. Grayscale: #CACACA. Windows color (decimal): -3160114 or 13551567. OLE color: 13551567.

HSL color Cylindrical-coordinate representation of color #CFC7CE: hue angle of 307.5º degrees, saturation: 0.08, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CFC7CE is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB207199206-
CMYK00.040.000.19
HSL307.5º7.69%79.61%-
HSV(B)307.5º3.86%81.18%-
XYZ57.358.5766.68-
YUV202.19130.15131.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.82%
GREEN value IS 199 (78.12% from 255) = 32.52%
BLUE value IS 206 (80.86% from 255) = 33.66%
R=33.82%
G=32.52%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719920600.040.000.19307.57.6979.61
HexCFC7CE04013134850
Octal3173073160402346410120
Binary110011111100011111001110010001001110011010010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC7CE; }

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

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

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

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

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

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

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

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