#CFCCC1

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

Shades of Quill Grey #CFCCC1

Tints of Quill Grey #CFCCC1

Color information

#CFCCC1 (or 0xCFCCC1) is unknown color: approx Quill Grey. HEX triplet: CF, CC and C1. RGB value is (207,204,193). Sum of RGB (Red+Green+Blue) = 207+204+193=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 193 (75.78% from 255 or 31.95% from 604); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCCC1 is #30333E. Grayscale: #CBCBCB. Windows color (decimal): -3158847 or 12700879. OLE color: 12700879.

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

Color convert

RGB207204193-
CMYK00.010.070.19
HSL47.14º12.73%78.43%-
HSV(B)47.14º6.76%81.18%-
XYZ56.9560.359.09-
YUV203.64121.99130.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.27%
GREEN value IS 204 (80.08% from 255) = 33.77%
BLUE value IS 193 (75.78% from 255) = 31.95%
R=34.27%
G=33.77%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720419300.010.070.1947.1412.7378.43
HexCFCCC1017132fd4e
Octal317314301017235715116
Binary110011111100110011000001011111001110111111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCCC1; }

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

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

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

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

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

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

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

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