#CFCEC5

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

Shades of Quill Grey #CFCEC5

Tints of Quill Grey #CFCEC5

Color information

#CFCEC5 (or 0xCFCEC5) is unknown color: approx Quill Grey. HEX triplet: CF, CE and C5. RGB value is (207,206,197). Sum of RGB (Red+Green+Blue) = 207+206+197=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 197 (77.34% from 255 or 32.30% from 610); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCEC5 is #30313A. Grayscale: #CDCDCD. Windows color (decimal): -3158331 or 12963535. OLE color: 12963535.

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

Color convert

RGB207206197-
CMYK00.000.050.19
HSL54º9.43%79.22%-
HSV(B)54º4.83%81.18%-
XYZ57.8861.4461.63-
YUV205.27123.33129.23-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.93%
GREEN value IS 206 (80.86% from 255) = 33.77%
BLUE value IS 197 (77.34% from 255) = 32.30%
R=33.93%
G=33.77%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720619700.000.050.19549.4379.22
HexCFCEC5005133694f
Octal317316305005236611117
Binary110011111100111011000101001011001111011010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCEC5; }

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

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

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

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

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

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

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

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