#CECABB

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

Shades of Quill Grey #CECABB

Tints of Quill Grey #CECABB

Color information

#CECABB (or 0xCECABB) is unknown color: approx Quill Grey. HEX triplet: CE, CA and BB. RGB value is (206,202,187). Sum of RGB (Red+Green+Blue) = 206+202+187=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 206 - color contains mainly: red. Hex color #CECABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECABB is #313544. Grayscale: #C9C9C9. Windows color (decimal): -3224901 or 12307150. OLE color: 12307150.

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

Color convert

RGB206202187-
CMYK00.020.090.19
HSL47.37º16.24%77.06%-
HSV(B)47.37º9.22%80.78%-
XYZ55.5458.9555.46-
YUV201.49119.83131.22-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.62%
GREEN value IS 202 (79.30% from 255) = 33.95%
BLUE value IS 187 (73.44% from 255) = 31.43%
R=34.62%
G=33.95%
B=31.43%

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
Decimal20620218700.020.090.1947.3716.2477.06
HexCECABB029132f104d
Octal3163122730211235720115
Binary110011101100101010111011010100110011101111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECABB; }

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

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

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

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

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

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

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

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