#CECBC0

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

Shades of Quill Grey #CECBC0

Tints of Quill Grey #CECBC0

Color information

#CECBC0 (or 0xCECBC0) is unknown color: approx Quill Grey. HEX triplet: CE, CB and C0. RGB value is (206,203,192). Sum of RGB (Red+Green+Blue) = 206+203+192=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 192 (75.39% from 255 or 31.95% from 601); Max value from RGB is 206 - color contains mainly: red. Hex color #CECBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBC0 is #31343F. Grayscale: #CACACA. Windows color (decimal): -3224640 or 12635086. OLE color: 12635086.

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

Color convert

RGB206203192-
CMYK00.010.070.19
HSL47.14º12.5%78.04%-
HSV(B)47.14º6.8%80.78%-
XYZ56.3259.6458.41-
YUV202.64121.99130.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.28%
GREEN value IS 203 (79.69% from 255) = 33.78%
BLUE value IS 192 (75.39% from 255) = 31.95%
R=34.28%
G=33.78%
B=31.95%

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
Decimal20620319200.010.070.1947.1412.578.04
HexCECBC0017132fd4e
Octal316313300017235715116
Binary110011101100101111000000011111001110111111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECBC0; }

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

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

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

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

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

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

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

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