#CECCC4

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

Shades of Quill Grey #CECCC4

Tints of Quill Grey #CECCC4

Color information

#CECCC4 (or 0xCECCC4) is unknown color: approx Quill Grey. HEX triplet: CE, CC and C4. RGB value is (206,204,196). Sum of RGB (Red+Green+Blue) = 206+204+196=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 196 (76.95% from 255 or 32.34% from 606); Max value from RGB is 206 - color contains mainly: red. Hex color #CECCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCC4 is #31333B. Grayscale: #CBCBCB. Windows color (decimal): -3224380 or 12897486. OLE color: 12897486.

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

Color convert

RGB206204196-
CMYK00.010.050.19
HSL48º9.26%78.82%-
HSV(B)48º4.85%80.78%-
XYZ57.0160.2960.86-
YUV203.69123.66129.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.99%
GREEN value IS 204 (80.08% from 255) = 33.66%
BLUE value IS 196 (76.95% from 255) = 32.34%
R=33.99%
G=33.66%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620419600.010.050.19489.2678.82
HexCECCC4015133094f
Octal316314304015236011117
Binary110011101100110011000100011011001111000010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECCC4; }

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

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

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

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

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

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

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

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