#CECABD

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

Shades of Quill Grey #CECABD

Tints of Quill Grey #CECABD

Color information

#CECABD (or 0xCECABD) is unknown color: approx Quill Grey. HEX triplet: CE, CA and BD. RGB value is (206,202,189). Sum of RGB (Red+Green+Blue) = 206+202+189=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 206 - color contains mainly: red. Hex color #CECABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECABD is #313542. Grayscale: #C9C9C9. Windows color (decimal): -3224899 or 12438222. OLE color: 12438222.

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

Color convert

RGB206202189-
CMYK00.020.080.19
HSL45.88º14.78%77.45%-
HSV(B)45.88º8.25%80.78%-
XYZ55.7659.0456.6-
YUV201.71120.83131.06-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.51%
GREEN value IS 202 (79.30% from 255) = 33.84%
BLUE value IS 189 (74.22% from 255) = 31.66%
R=34.51%
G=33.84%
B=31.66%

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
Decimal20620218900.020.080.1945.8814.7877.45
HexCECABD028132ef4d
Octal3163122750210235617115
Binary11001110110010101011110101010001001110111011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECABD; }

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

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

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

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

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

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

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

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