#CFCECF

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

Shades of Thistle #CFCECF

Tints of Thistle #CFCECF

Color information

#CFCECF (or 0xCFCECF) is unknown color: approx Thistle. HEX triplet: CF, CE and CF. RGB value is (207,206,207). Sum of RGB (Red+Green+Blue) = 207+206+207=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFCECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCECF is #303130. Grayscale: #CECECE. Windows color (decimal): -3158321 or 13618895. OLE color: 13618895.

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

Color convert

RGB207206207-
CMYK00.0000.19
HSL300º1.03%80.98%-
HSV(B)300º0.48%81.18%-
XYZ59.0761.9167.87-
YUV206.41128.33128.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.39%
GREEN value IS 206 (80.86% from 255) = 33.23%
BLUE value IS 207 (81.25% from 255) = 33.39%
R=33.39%
G=33.23%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720620700.0000.193001.0380.98
HexCFCECF0001312c151
Octal317316317000234541121
Binary1100111111001110110011110001001110010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCECF; }

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

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

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

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

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

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

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

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