#CEC9BB

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

Shades of Quill Grey #CEC9BB

Tints of Quill Grey #CEC9BB

Color information

#CEC9BB (or 0xCEC9BB) is unknown color: approx Quill Grey. HEX triplet: CE, C9 and BB. RGB value is (206,201,187). Sum of RGB (Red+Green+Blue) = 206+201+187=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 201 (78.91% from 255 or 33.84% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC9BB is #313644. Grayscale: #C8C8C8. Windows color (decimal): -3225157 or 12306894. OLE color: 12306894.

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

Color convert

RGB206201187-
CMYK00.020.090.19
HSL44.21º16.24%77.06%-
HSV(B)44.21º9.22%80.78%-
XYZ55.3158.4855.39-
YUV200.9120.16131.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.68%
GREEN value IS 201 (78.91% from 255) = 33.84%
BLUE value IS 187 (73.44% from 255) = 31.48%
R=34.68%
G=33.84%
B=31.48%

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
Decimal20620118700.020.090.1944.2116.2477.06
HexCEC9BB029132c104d
Octal3163112730211235420115
Binary110011101100100110111011010100110011101100100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC9BB; }

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

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

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

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

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

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

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

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