Html Css Color HEX #CECCC2 Quill Grey

📋 copy color: '#CECCC2'

red 206 ◦ green 204 ◦ blue 194

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

Shades of Quill Grey #CECCC2

Tints of Quill Grey #CECCC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.12%

R = 34.11%
G = 33.77%
B = 32.12%

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

#CECCC2 (or 0xCECCC2) is known color: Quill Grey. HEX triplet: CE, CC and C2. RGB value is (206,204,194). Sum of RGB (Red+Green+Blue) = 206+204+194=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 194 (76.17% from 255 or 32.12% from 604); Max value from RGB is 206 - color contains mainly: red. Hex color #CECCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCC2 is #31333D. Grayscale: #CBCBCB. Windows color (decimal): -3224382 or 12766414. OLE color: 12766414.

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

Color convert

RGB 206 204 194 -
CMYK 0 0.01 0.06 0.19
HSL 50º 0.11% 0.78% -
HSV(B) 50º 0.06% 0.81% -
XYZ 56.78 60.2 59.67 -
YUV 203.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 206 204 194 0 0.01 0.06 0.19 50 0.11 0.78
Hex CE CC C2 0 1 6 13 32 B 4E
Octal 316 314 302 0 1 6 23 62 13 116
Binary 11001110 11001100 11000010 0 1 110 10011 110010 1011 1001110

Color Harmonies of #CECCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECCC2

Black with #CECCC2

Text Example


Text Example

White with #CECCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECCC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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