#CFCDC1

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

Shades of Quill Grey #CFCDC1

Tints of Quill Grey #CFCDC1

Color information

#CFCDC1 (or 0xCFCDC1) is unknown color: approx Quill Grey. HEX triplet: CF, CD and C1. RGB value is (207,205,193). Sum of RGB (Red+Green+Blue) = 207+205+193=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 193 (75.78% from 255 or 31.90% from 605); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCDC1 is #30323E. Grayscale: #CCCCCC. Windows color (decimal): -3158591 or 12701135. OLE color: 12701135.

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

Color convert

RGB207205193-
CMYK00.010.070.19
HSL51.43º12.73%78.43%-
HSV(B)51.43º6.76%81.18%-
XYZ57.1960.7859.17-
YUV204.23121.66129.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.21%
GREEN value IS 205 (80.47% from 255) = 33.88%
BLUE value IS 193 (75.78% from 255) = 31.90%
R=34.21%
G=33.88%
B=31.90%

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
Decimal20720519300.010.070.1951.4312.7378.43
HexCFCDC10171333d4e
Octal317315301017236315116
Binary110011111100110111000001011111001111001111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCDC1; }

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

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

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

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

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

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

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

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