Html Css Color HEX #CECCC1 Quill Grey

📋 copy color: '#CECCC1'

red 206 ◦ green 204 ◦ blue 193

#CECCC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Quill Grey #CECCC1

Tints of Quill Grey #CECCC1

RGB

 RED value IS 206 (80.86% from 255) = 34.16%

 GREEN value IS 204 (80.08% from 255) = 33.83%

 BLUE value IS 193 (75.78% from 255) = 32.01%

R = 34.16%
G = 33.83%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CECCC1 (or 0xCECCC1) is known color: Quill Grey. HEX triplet: CE, CC and C1. RGB value is (206,204,193). Sum of RGB (Red+Green+Blue) = 206+204+193=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 193 (75.78% from 255 or 32.01% from 603); Max value from RGB is 206 - color contains mainly: red. Hex color #CECCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCC1 is #31333E. Grayscale: #CBCBCB. Windows color (decimal): -3224383 or 12700878. OLE color: 12700878.

HSL color Cylindrical-coordinate representation of color #CECCC1: hue angle of 50.77º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CECCC1 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 204 193 -
CMYK 0 0.01 0.06 0.19
HSL 50.77º 0.12% 0.78% -
HSV(B) 50.77º 0.06% 0.81% -
XYZ 56.67 60.16 59.08 -
YUV 203.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 206 204 193 0 0.01 0.06 0.19 50.77 0.12 0.78
Hex CE CC C1 0 1 6 13 33 C 4E
Octal 316 314 301 0 1 6 23 63 14 116
Binary 11001110 11001100 11000001 0 1 110 10011 110011 1100 1001110

Color Harmonies of #CECCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECCC1

Black with #CECCC1

Text Example


Text Example

White with #CECCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECCC1; }

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

 H1.HeaderClassName
 {
   color: #CECCC1;
 }
 .AnyTagClassName
 {
   color: #CECCC1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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