#CECDC7

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

Shades of Quill Grey #CECDC7

Tints of Quill Grey #CECDC7

Color information

#CECDC7 (or 0xCECDC7) is unknown color: approx Quill Grey. HEX triplet: CE, CD and C7. RGB value is (206,205,199). Sum of RGB (Red+Green+Blue) = 206+205+199=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 199 (78.12% from 255 or 32.62% from 610); Max value from RGB is 206 - color contains mainly: red. Hex color #CECDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDC7 is #313238. Grayscale: #CCCCCC. Windows color (decimal): -3224121 or 13094350. OLE color: 13094350.

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

Color convert

RGB206205199-
CMYK00.000.030.19
HSL51.43º6.67%79.41%-
HSV(B)51.43º3.4%80.78%-
XYZ57.5960.9162.75-
YUV204.61124.83128.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.77%
GREEN value IS 205 (80.47% from 255) = 33.61%
BLUE value IS 199 (78.12% from 255) = 32.62%
R=33.77%
G=33.61%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620519900.000.030.1951.436.6779.41
HexCECDC7003133374f
Octal31631530700323637117
Binary1100111011001101110001110011100111100111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECDC7; }

 p { color: rgb(206,205,199); }

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

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

 a { background-color: rgb(206,205,199); }

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

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

 span { border-color: rgb(206,205,199); }

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