#CECCBF

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

Shades of Quill Grey #CECCBF

Tints of Quill Grey #CECCBF

Color information

#CECCBF (or 0xCECCBF) is unknown color: approx Quill Grey. HEX triplet: CE, CC and BF. RGB value is (206,204,191). Sum of RGB (Red+Green+Blue) = 206+204+191=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 191 (75% from 255 or 31.78% from 601); Max value from RGB is 206 - color contains mainly: red. Hex color #CECCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCBF is #313340. Grayscale: #CBCBCB. Windows color (decimal): -3224385 or 12569806. OLE color: 12569806.

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

Color convert

RGB206204191-
CMYK00.010.070.19
HSL52º13.27%77.84%-
HSV(B)52º7.28%80.78%-
XYZ56.4560.0757.91-
YUV203.12121.16130.06-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.28%
GREEN value IS 204 (80.08% from 255) = 33.94%
BLUE value IS 191 (75% from 255) = 31.78%
R=34.28%
G=33.94%
B=31.78%

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
Decimal20620419100.010.070.195213.2777.84
HexCECCBF0171334d4e
Octal316314277017236415116
Binary110011101100110010111111011111001111010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECCBF; }

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

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

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

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

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

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

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

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