#CECCC5

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

Shades of Quill Grey #CECCC5

Tints of Quill Grey #CECCC5

Color information

#CECCC5 (or 0xCECCC5) is unknown color: approx Quill Grey. HEX triplet: CE, CC and C5. RGB value is (206,204,197). Sum of RGB (Red+Green+Blue) = 206+204+197=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 197 (77.34% from 255 or 32.45% from 607); Max value from RGB is 206 - color contains mainly: red. Hex color #CECCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCC5 is #31333A. Grayscale: #CBCBCB. Windows color (decimal): -3224379 or 12963022. OLE color: 12963022.

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

Color convert

RGB206204197-
CMYK00.010.040.19
HSL46.67º8.41%79.02%-
HSV(B)46.67º4.37%80.78%-
XYZ57.1260.3461.46-
YUV203.8124.16129.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.94%
GREEN value IS 204 (80.08% from 255) = 33.61%
BLUE value IS 197 (77.34% from 255) = 32.45%
R=33.94%
G=33.61%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620419700.010.040.1946.678.4179.02
HexCECCC5014132f84f
Octal316314305014235710117
Binary110011101100110011000101011001001110111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECCC5; }

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

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

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

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

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

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

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

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