#CECABF

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

Shades of Quill Grey #CECABF

Tints of Quill Grey #CECABF

Color information

#CECABF (or 0xCECABF) is unknown color: approx Quill Grey. HEX triplet: CE, CA and BF. RGB value is (206,202,191). Sum of RGB (Red+Green+Blue) = 206+202+191=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 191 (75% from 255 or 31.89% from 599); Max value from RGB is 206 - color contains mainly: red. Hex color #CECABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECABF is #313540. Grayscale: #C9C9C9. Windows color (decimal): -3224897 or 12569294. OLE color: 12569294.

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

Color convert

RGB206202191-
CMYK00.020.070.19
HSL44º13.27%77.84%-
HSV(B)44º7.28%80.78%-
XYZ55.9859.1257.75-
YUV201.94121.83130.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.39%
GREEN value IS 202 (79.30% from 255) = 33.72%
BLUE value IS 191 (75% from 255) = 31.89%
R=34.39%
G=33.72%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620219100.020.070.194413.2777.84
HexCECABF027132cd4e
Octal316312277027235415116
Binary1100111011001010101111110101111001110110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECABF; }

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

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

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

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

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

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

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

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