#CFCCBD

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

Shades of Quill Grey #CFCCBD

Tints of Quill Grey #CFCCBD

Color information

#CFCCBD (or 0xCFCCBD) is unknown color: approx Quill Grey. HEX triplet: CF, CC and BD. RGB value is (207,204,189). Sum of RGB (Red+Green+Blue) = 207+204+189=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCCBD is #303342. Grayscale: #CBCBCB. Windows color (decimal): -3158851 or 12438735. OLE color: 12438735.

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

Color convert

RGB207204189-
CMYK00.010.090.19
HSL50º15.79%77.65%-
HSV(B)50º8.7%81.18%-
XYZ56.5160.1356.77-
YUV203.19119.99130.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.5%
GREEN value IS 204 (80.08% from 255) = 34%
BLUE value IS 189 (74.22% from 255) = 31.5%
R=34.5%
G=34%
B=31.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720418900.010.090.195015.7977.65
HexCFCCBD0191332104e
Octal3173142750111236220116
Binary11001111110011001011110101100110011110010100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCCBD; }

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

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

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

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

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

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

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

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