#CEC9BD

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

Shades of Quill Grey #CEC9BD

Tints of Quill Grey #CEC9BD

Color information

#CEC9BD (or 0xCEC9BD) is unknown color: approx Quill Grey. HEX triplet: CE, C9 and BD. RGB value is (206,201,189). Sum of RGB (Red+Green+Blue) = 206+201+189=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC9BD is #313642. Grayscale: #C9C9C9. Windows color (decimal): -3225155 or 12437966. OLE color: 12437966.

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

Color convert

RGB206201189-
CMYK00.020.080.19
HSL42.35º14.78%77.45%-
HSV(B)42.35º8.25%80.78%-
XYZ55.5358.5756.52-
YUV201.13121.16131.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.56%
GREEN value IS 201 (78.91% from 255) = 33.72%
BLUE value IS 189 (74.22% from 255) = 31.71%
R=34.56%
G=33.72%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620118900.020.080.1942.3514.7877.45
HexCEC9BD028132af4d
Octal3163112750210235217115
Binary11001110110010011011110101010001001110101011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC9BD; }

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

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

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

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

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

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

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

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