#CFCBCF

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

Shades of Thistle #CFCBCF

Tints of Thistle #CFCBCF

Color information

#CFCBCF (or 0xCFCBCF) is unknown color: approx Thistle. HEX triplet: CF, CB and CF. RGB value is (207,203,207). Sum of RGB (Red+Green+Blue) = 207+203+207=617 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.55% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFCBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCBCF is #303430. Grayscale: #CCCCCC. Windows color (decimal): -3159089 or 13618127. OLE color: 13618127.

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

Color convert

RGB207203207-
CMYK00.0200.19
HSL300º4%80.39%-
HSV(B)300º1.93%81.18%-
XYZ58.3560.4867.63-
YUV204.65129.33129.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.55%
GREEN value IS 203 (79.69% from 255) = 32.90%
BLUE value IS 207 (81.25% from 255) = 33.55%
R=33.55%
G=32.90%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720320700.0200.19300480.39
HexCFCBCF0201312c450
Octal317313317020234544120
Binary1100111111001011110011110100100111001011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCBCF; }

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

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

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

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

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

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

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

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