#CECCC1

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

Shades of Quill Grey #CECCC1

Tints of Quill Grey #CECCC1

Color information

#CECCC1 (or 0xCECCC1) is unknown color: approx Quill Grey. HEX triplet: CE, CC and C1. RGB value is (206,204,193). Sum of RGB (Red+Green+Blue) = 206+204+193=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 193 (75.78% from 255 or 32.01% from 603); Max value from RGB is 206 - color contains mainly: red. Hex color #CECCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCC1 is #31333E. Grayscale: #CBCBCB. Windows color (decimal): -3224383 or 12700878. OLE color: 12700878.

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

Color convert

RGB206204193-
CMYK00.010.060.19
HSL50.77º11.71%78.24%-
HSV(B)50.77º6.31%80.78%-
XYZ56.6760.1659.08-
YUV203.34122.16129.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.16%
GREEN value IS 204 (80.08% from 255) = 33.83%
BLUE value IS 193 (75.78% from 255) = 32.01%
R=34.16%
G=33.83%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620419300.010.060.1950.7711.7178.24
HexCECCC10161333c4e
Octal316314301016236314116
Binary110011101100110011000001011101001111001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECCC1; }

 p { color: rgb(206,204,193); }

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

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

 a { background-color: rgb(206,204,193); }

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

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

 span { border-color: rgb(206,204,193); }

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