#CECDC3

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

Shades of Quill Grey #CECDC3

Tints of Quill Grey #CECDC3

Color information

#CECDC3 (or 0xCECDC3) is unknown color: approx Quill Grey. HEX triplet: CE, CD and C3. RGB value is (206,205,195). Sum of RGB (Red+Green+Blue) = 206+205+195=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 195 (76.56% from 255 or 32.18% from 606); Max value from RGB is 206 - color contains mainly: red. Hex color #CECDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDC3 is #31323C. Grayscale: #CCCCCC. Windows color (decimal): -3224125 or 12832206. OLE color: 12832206.

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

Color convert

RGB206205195-
CMYK00.000.050.19
HSL54.55º10.09%78.63%-
HSV(B)54.55º5.34%80.78%-
XYZ57.1460.7260.34-
YUV204.16122.83129.31-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.99%
GREEN value IS 205 (80.47% from 255) = 33.83%
BLUE value IS 195 (76.56% from 255) = 32.18%
R=33.99%
G=33.83%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620519500.000.050.1954.5510.0978.63
HexCECDC30051337a4f
Octal316315303005236712117
Binary110011101100110111000011001011001111011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECDC3; }

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

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

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

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

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

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

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

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