#CFCCCF

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

Shades of Thistle #CFCCCF

Tints of Thistle #CFCCCF

Color information

#CFCCCF (or 0xCFCCCF) is unknown color: approx Thistle. HEX triplet: CF, CC and CF. RGB value is (207,204,207). Sum of RGB (Red+Green+Blue) = 207+204+207=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFCCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCCCF is #303330. Grayscale: #CDCDCD. Windows color (decimal): -3158833 or 13618383. OLE color: 13618383.

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

Color convert

RGB207204207-
CMYK00.0100.19
HSL300º3.03%80.59%-
HSV(B)300º1.45%81.18%-
XYZ58.5960.9667.71-
YUV205.24128.99129.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.50%
GREEN value IS 204 (80.08% from 255) = 33.01%
BLUE value IS 207 (81.25% from 255) = 33.50%
R=33.50%
G=33.01%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720420700.0100.193003.0380.59
HexCFCCCF0101312c351
Octal317314317010234543121
Binary11001111110011001100111101010011100101100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCCCF; }

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

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

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

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

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

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

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

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