#CFCDC5

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

Shades of Quill Grey #CFCDC5

Tints of Quill Grey #CFCDC5

Color information

#CFCDC5 (or 0xCFCDC5) is unknown color: approx Quill Grey. HEX triplet: CF, CD and C5. RGB value is (207,205,197). Sum of RGB (Red+Green+Blue) = 207+205+197=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 197 (77.34% from 255 or 32.35% from 609); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCDC5 is #30323A. Grayscale: #CCCCCC. Windows color (decimal): -3158587 or 12963279. OLE color: 12963279.

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

Color convert

RGB207205197-
CMYK00.010.050.19
HSL48º9.43%79.22%-
HSV(B)48º4.83%81.18%-
XYZ57.6460.9661.55-
YUV204.69123.66129.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.99%
GREEN value IS 205 (80.47% from 255) = 33.66%
BLUE value IS 197 (77.34% from 255) = 32.35%
R=33.99%
G=33.66%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720519700.010.050.19489.4379.22
HexCFCDC5015133094f
Octal317315305015236011117
Binary110011111100110111000101011011001111000010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCDC5; }

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

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

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

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

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

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

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

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