#CECCC2

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

Shades of Quill Grey #CECCC2

Tints of Quill Grey #CECCC2

Color information

#CECCC2 (or 0xCECCC2) is unknown color: approx Quill Grey. HEX triplet: CE, CC and C2. RGB value is (206,204,194). Sum of RGB (Red+Green+Blue) = 206+204+194=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 194 (76.17% from 255 or 32.12% from 604); Max value from RGB is 206 - color contains mainly: red. Hex color #CECCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCC2 is #31333D. Grayscale: #CBCBCB. Windows color (decimal): -3224382 or 12766414. OLE color: 12766414.

HSL color Cylindrical-coordinate representation of color #CECCC2: hue angle of 50º degrees, saturation: 0.11, 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 #CECCC2 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB206204194-
CMYK00.010.060.19
HSL50º10.91%78.43%-
HSV(B)50º5.83%80.78%-
XYZ56.7860.259.67-
YUV203.46122.66129.81-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.11%
GREEN value IS 204 (80.08% from 255) = 33.77%
BLUE value IS 194 (76.17% from 255) = 32.12%
R=34.11%
G=33.77%
B=32.12%

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
Decimal20620419400.010.060.195010.9178.43
HexCECCC20161332b4e
Octal316314302016236213116
Binary110011101100110011000010011101001111001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECCC2; }

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

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

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

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

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

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

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

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