#CEC9BC

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

Shades of Quill Grey #CEC9BC

Tints of Quill Grey #CEC9BC

Color information

#CEC9BC (or 0xCEC9BC) is unknown color: approx Quill Grey. HEX triplet: CE, C9 and BC. RGB value is (206,201,188). Sum of RGB (Red+Green+Blue) = 206+201+188=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC9BC is #313643. Grayscale: #C9C9C9. Windows color (decimal): -3225156 or 12372430. OLE color: 12372430.

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

Color convert

RGB206201188-
CMYK00.020.090.19
HSL43.33º15.52%77.25%-
HSV(B)43.33º8.74%80.78%-
XYZ55.4258.5355.95-
YUV201.01120.66131.56-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.62%
GREEN value IS 201 (78.91% from 255) = 33.78%
BLUE value IS 188 (73.83% from 255) = 31.60%
R=34.62%
G=33.78%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620118800.020.090.1943.3315.5277.25
HexCEC9BC029132b104d
Octal3163112740211235320115
Binary110011101100100110111100010100110011101011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC9BC; }

 p { color: rgb(206,201,188); }

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

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

 a { background-color: rgb(206,201,188); }

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

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

 span { border-color: rgb(206,201,188); }

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