#CECCC0

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

Shades of Quill Grey #CECCC0

Tints of Quill Grey #CECCC0

Color information

#CECCC0 (or 0xCECCC0) is unknown color: approx Quill Grey. HEX triplet: CE, CC and C0. RGB value is (206,204,192). Sum of RGB (Red+Green+Blue) = 206+204+192=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 206 - color contains mainly: red. Hex color #CECCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCC0 is #31333F. Grayscale: #CBCBCB. Windows color (decimal): -3224384 or 12635342. OLE color: 12635342.

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

Color convert

RGB206204192-
CMYK00.010.070.19
HSL51.43º12.5%78.04%-
HSV(B)51.43º6.8%80.78%-
XYZ56.5660.1158.49-
YUV203.23121.66129.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.22%
GREEN value IS 204 (80.08% from 255) = 33.89%
BLUE value IS 192 (75.39% from 255) = 31.89%
R=34.22%
G=33.89%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620419200.010.070.1951.4312.578.04
HexCECCC00171333d4e
Octal316314300017236315116
Binary110011101100110011000000011111001111001111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECCC0; }

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

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

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

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

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

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

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

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