#CFCDBE

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

Shades of Quill Grey #CFCDBE

Tints of Quill Grey #CFCDBE

Color information

#CFCDBE (or 0xCFCDBE) is unknown color: approx Quill Grey. HEX triplet: CF, CD and BE. RGB value is (207,205,190). Sum of RGB (Red+Green+Blue) = 207+205+190=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCDBE is #303241. Grayscale: #CBCBCB. Windows color (decimal): -3158594 or 12504527. OLE color: 12504527.

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

Color convert

RGB207205190-
CMYK00.010.080.19
HSL52.94º15.04%77.84%-
HSV(B)52.94º8.21%81.18%-
XYZ56.8660.6557.42-
YUV203.89120.16130.22-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.39%
GREEN value IS 205 (80.47% from 255) = 34.05%
BLUE value IS 190 (74.61% from 255) = 31.56%
R=34.39%
G=34.05%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720519000.010.080.1952.9415.0477.84
HexCFCDBE0181335f4e
Octal3173152760110236517116
Binary1100111111001101101111100110001001111010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCDBE; }

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

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

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

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

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

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

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

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